Manage access rights to folders, subfolders and files with Wappler

Hello everyone.

I am Luke

I just started with wapplet. I was on bubble.

I would like to know how to manage access rights to folders, subfolders and files with wapplet.

I don’t know if I asked the question correctly.

I am locally on WAMPSERVEUR.

How do I restrict access to my site’s folders, allowing only logged in users or meeting certain criteria?

Thanks

It’s been a while since I dealt with WAMP and when I started with Wappler I started my education with NodeJS and javascript working with a MariaDB.

I believe your question references server configuration. Access rights are controlled by the Apache server configuration. Look into the .htaccess setup.

Hi Luke, welcome to our community.

With a WAMP server, you need to tell the Apache environment to restrict access to folder as explained here:

Personally, I would not go that far because the error-message/login-in-form are generically created by the browser. This differs from browser to browser. I would use the security system module within Wappler to stop unauthorised access as explained here:

Thanks

I was able to solve the problem thanks to the configuration of the .htaccess file filled in here.

1 Like