inital commit
[pharext/pharext.org] / public / .htaccess
1 RewriteEngine On
2 RewriteCond %{REQUEST_FILENAME} -f [OR]
3 RewriteCond %{REQUEST_FILENAME} -d [OR]
4 RewriteCond %{REQUEST_FILENAME} -l
5 RewriteRule ^ - [L]
6 RewriteRule ^ index.php [L]