Commit 37f52330 authored by Andy Dawson's avatar Andy Dawson

remove unnecessary capturing group

parent c7e44c73
......@@ -4,5 +4,5 @@
RewriteEngine On
#RewriteBase /path/to/app
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]
RewriteRule ^ index.php [QSA,L]
</IfModule>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment