ImageDatabase/thumbs/.htaccess
2013-06-02 19:19:30 -05:00

8 lines
173 B
ApacheConf

Options -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} !(\.gif|\.png|\.jpg|\.jpeg|\.tif|\.tiff)$
RewriteRule . ../index.php [L]
</IfModule>