ImageDatabase/thumbs/.htaccess

8 lines
173 B
ApacheConf
Raw Normal View History

2013-06-02 16:33:42 -05:00
Options -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} !(\.gif|\.png|\.jpg|\.jpeg|\.tif|\.tiff)$
RewriteRule . ../index.php [L]
</IfModule>