Hi all,
Have a wee curly issue here at the moment and hopefully a genius will shine light and make feel daft….
I use the .htaccess rule to remove the index.php from URI
I have a folder deeper down the tree that uses it’s own .htaccess file to require a password to gain access to its content.
With the site “on” (control panel) It doesnt work: I get to the folder without a security pop up asking my name and pass and my index page (no 404 defined)
Turn the site “off” (control panel) It works: Up pops the window asking four user/pass…this is totally separate to my EE install as I use these folders for clients who bypass the site all together (http://www.mysite.com/clients/client01)
Now I’m not big on php, let alone .htaccess files but I realise there is a conflict somewhere and dont know where to find it (In the .htacess file for the protected directory I have added
# rewrite rules
RewriteEngine Offand still doesnt work
Any help, light, inspiration anyone can offer is greatly appreciated
Moved to Howto