static generation does not work with overlapping namespaces
[mdref/mdref] / public / .htaccess
1 DirectorySlash Off
2 RewriteEngine On
3 RewriteCond %{REQUEST_FILENAME} -f [OR]
4 RewriteCond %{REQUEST_FILENAME} -d [OR]
5 RewriteCond %{REQUEST_FILENAME} -l
6 RewriteRule ^ - [L]
7 RewriteRule ^ index.php [L]