Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Commit

Permalink
Optimized RewriteRule regex
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertDD committed Nov 3, 2014
1 parent 5f381e1 commit b5eec88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/.htaccess
@@ -1,5 +1,5 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ app.php [QSA,L]
RewriteRule ^ app.php [QSA,L]
</IfModule>

0 comments on commit b5eec88

Please sign in to comment.