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

Commit

Permalink
Merge pull request #445 from GeertDD/htaccess
Browse files Browse the repository at this point in the history
Optimized RewriteRule regex
  • Loading branch information
wysow committed Mar 6, 2015
2 parents 1f2bcb4 + b5eec88 commit 74d3b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/.htaccess
Original file line number Diff line number Diff line change
@@ -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 74d3b4e

Please sign in to comment.