How can i deny access to a complete folder and sub-folders, with the exception of one file? That file is: toon.php and resides in the same folder.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
Works for me. Dont' forget to configure the .htpasswd file. |
|||
|
|
That is probably the most efficient that you can get. |
|||
|
|
|
You may want to use the http://httpd.apache.org/docs/1.3/mod/core.html#directory http://httpd.apache.org/docs/1.3/mod/core.html#file In short, you want something like this:
|
|||
|
|