mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
8 lines
195 B
ApacheConf
8 lines
195 B
ApacheConf
|
<IfModule mod_rewrite.c>
|
||
|
Options -MultiViews
|
||
|
RewriteEngine On
|
||
|
|
||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||
|
RewriteRule ^ index.php [L]
|
||
|
</IfModule>
|