Switch to Symfony-style rewrite rules for unclean URLs.

8.0.x
Larry Garfield 2012-02-26 14:28:23 -06:00
parent 0476d5d3c8
commit 7b8da00cda
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ DirectoryIndex index.php index.html index.htm
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^ index.php [L]
RewriteRule ^(.*)$ index.php [L]
# Rules to correctly serve gzip compressed CSS and JS files.
# Requires both mod_rewrite and mod_headers to be enabled.