mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-07 08:14:42 +03:00
Make rewrite rules work with old Apache
See https://mibew.org/forums/index.php/topic,191761.0.html
This commit is contained in:
parent
40fef4e360
commit
eae5b8bb06
@ -36,7 +36,7 @@ Options +FollowSymLinks
|
||||
# Use separate front controller for the system installator
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^install(|/(.*))$ install.php [QSA,L]
|
||||
RewriteRule ^install(/(.*))?$ install.php [QSA,L]
|
||||
|
||||
# Rewrite all other requests for files and directories that do not exist to
|
||||
# the main front controller
|
||||
|
Loading…
Reference in New Issue
Block a user