htaccess question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



How can I prevent access to all files in a directory except one with an htaccess file.

I've tried several approaches found with Googling; but, none seem to work.

e.g.,
<FilesMatch "^(makeScodeImg.php)">
Order Allow,Deny
Deny from all
</FilesMatch>

This seems to me as it should deny to all except makeScodeImg.php

Thanks


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux