Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
.htaccess protection on my vanilla dir corrupts the installation
Hi peeps,
I would like to protect my vanilla directory with a .htaccess authentication.
I created a .htaccess file containing:
AuthUserFile /users/protected/www/vanilla/.htpasswd
AuthGroupFile /dev/null
AuthName "d'authentification"
AuthType Basic
require valid-user
And a .htpasswd file containing:
user1:RnPLACEHOLDER
user2:RnPLACEHOLDER
After I have uploaded the two files to my vanilla dir - only the main page (http://myurl/vanilla/) is available. All other pages are not found (HTTP 404).
Does anybody of you know why that error occurred?
Sincerely, Konstanze
I would like to protect my vanilla directory with a .htaccess authentication.
I created a .htaccess file containing:
AuthUserFile /users/protected/www/vanilla/.htpasswd
AuthGroupFile /dev/null
AuthName "d'authentification"
AuthType Basic
require valid-user
And a .htpasswd file containing:
user1:RnPLACEHOLDER
user2:RnPLACEHOLDER
After I have uploaded the two files to my vanilla dir - only the main page (http://myurl/vanilla/) is available. All other pages are not found (HTTP 404).
Does anybody of you know why that error occurred?
Sincerely, Konstanze
0