mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-18 03:30:55 +01:00
7 lines
154 B
ApacheConf
7 lines
154 B
ApacheConf
<IfModule mod_rewrite.c>
|
|
Options -MultiViews
|
|
|
|
RewriteEngine On
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteRule ^ index.php [L]
|
|
</IfModule> |