Rework folder browsing implementation
[noxon-gateway.git] / www / .htaccess
1 RewriteEngine On
2 RewriteBase /
3 RewriteCond %{REQUEST_FILENAME} !-f
4 RewriteCond %{REQUEST_FILENAME} !-d
5 RewriteRule ^.*$ index.php