.htaccess deny access to .html files
Posted: Sat Nov 25, 2006 9:26 pm
I'm trying to deny access to all .html files but if I place this code, all my site is unaccessable. How can I deny access to all .html files without any errors?
Code: Select all
<Files *.html>
Deny From All
</Files>