htaccess allow default page
- by Jan De Laet
Having a problem with my .htaccess. I have this to secure all my documents:
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
<FilesMatch "\.(htm|html|css|js|php)$">
Order Allow,Deny
Allow from all
Allow from 127.0.0.1
</FilesMatch>
Now everything works fine, but only my default page www.mysite.com doesn't work and gives me the…