This is a discussion on basic auth question within the PHP General forums, part of the PHP Programming Forums category; Please CC me, I am on digest ---------------------------------- If I have a directory like: $HOME/www/ (document root) It has a ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Please CC me, I am on digest
---------------------------------- If I have a directory like: $HOME/www/ (document root) It has a auth section in the .htaccess file $HOME/www/.htaccess another directory like: $HOME/www/want_to_be_public/ How can I defeat the auth section in the $HOME/www/.htaccess file by commands in the: $HOME/www/want_to_be_public/.htaccess file? |