mirror of https://github.com/flarum/flarum
Disable Apache's MultiViews option
It can mess up rewriting. See http://discuss.flarum.org/d/613-installation-went-well-but-i-can-t-visit-the-admin-sectionpull/21/head^2
parent
6b4ee29202
commit
7739217b39
|
@ -9,4 +9,7 @@
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
RewriteRule ^(.*)$ index.php [QSA,L]
|
RewriteRule ^(.*)$ index.php [QSA,L]
|
||||||
|
|
||||||
|
# MultiViews can mess up our rewriting scheme
|
||||||
|
Options -MultiViews
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
Loading…
Reference in New Issue