invoiceninja/public/.htaccess
2013-11-26 14:45:07 +02:00

8 lines
195 B
ApacheConf
Executable File

<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>