Update .htaccess

index.php is pretty url.
This commit is contained in:
akira kashima
2017-07-07 10:45:14 +09:00
committed by GitHub
parent b507e27862
commit dfa215c2c5

View File

@@ -5,6 +5,7 @@
#RewriteBase /path/to/gitlist/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,NC]
</IfModule>
<Files config.ini>