I have protected my webinterface by following this guide:
xyz://wiki.excito.org/wiki/index.php/Password_protect_directories_using_htaccess
So when I try to access my bubba b3 through xyz.myownb3.com then a login popup shows upp where I need to enter a username and password.
But if I visit xyz.myownb3.com/admin or xyz.myownb3.com/album it bypasses the password protection.
Where should I put the .htaccess file to protect these two folders, admin and album?
Thanks
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Protecting admin and album folders
Re: Protecting admin and album folders
The correct wiki link is http://wiki.excito.org/wiki/index.php/P ... g_htaccess
Re: Protecting admin and album folders
It doesn't actually bypass the security. The security simply doesn't apply because /admin is not a child folder of /home/web. Same for /album, /horde, /pim etcetera. To use the password protection on these folders you need to repeat your actions for /home/web to the corresponding folders for these virtual directories.