.htaccess in /catalog/ blocks templates and website is funky
Posted: Thu Nov 03, 2011 4:30 am
I've seen to enter this text in the /catalog folder to add more protection for your store.
I enter it, and my store acts as if there is no template or something.
Everything falls out of place.
Is there something I missed?
Code: Select all
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !^(.+)\.jpg$
RewriteCond %{REQUEST_FILENAME} !^(.+)\.jpeg$
RewriteCond %{REQUEST_FILENAME} !^(.+)\.png$
RewriteCond %{REQUEST_FILENAME} !^(.+)\.gif$
RewriteCond %{REQUEST_FILENAME} !^(.+)\.css$
RewriteCond %{REQUEST_FILENAME} !^(.+)\.js$
RewriteRule ^(.+)$ /404.html [NC]
Everything falls out of place.
Is there something I missed?