diff options
Diffstat (limited to '.htaccess')
-rwxr-xr-x | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ Options +FollowSymlinks +Includes AddType text/html .shtml AddOutputFilter INCLUDES .shtml -DirectoryIndex index.shtml +DirectoryIndex index.shtml index.html <Files ~ "^.*\.([Hh][Tt][Aa])"> Order allow,deny Deny from all |