Make rewrite rules work with old Apache

See https://mibew.org/forums/index.php/topic,191761.0.html
This commit is contained in:
Dmitriy Simushev 2015-05-07 14:17:14 +00:00
parent 40fef4e360
commit eae5b8bb06

View File

@ -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