ImageDatabase/.htaccess

7 lines
154 B
ApacheConf
Raw Permalink Normal View History

2013-06-02 16:33:42 -05:00
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
</IfModule>