Bootstrap-Listr
Bootstrap-Listr copied to clipboard
Can't password protect folders
trafficstars
.htaccess is not working with Listr, can u help?
I take it you're talking about single folders inside __public, because otherwise you can simply edit the outer .htaccess file. Putting seperate .htaccess files in folders won't work, I suspect the redirection to cause that (maybe @melalj can help?)
Have you tried using <Directory> or <Location>?
I think we can use HTTP headers to provide the authentification for some specific folders without using Apache/nginx rules. We can have a file "auth.php or json" that contains an array of directories to protect (to be able to protect also subdirectories).