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

Reply via email to