Skip to content

Commit

Permalink
Disable dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
webflo committed Mar 25, 2016
1 parent 6df25ec commit 207136b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/.htaccess
Expand Up @@ -178,7 +178,7 @@ FileETag None

<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ app_dev.php [QSA,L]
RewriteRule ^(.*)$ app.php [QSA,L]
</IfModule>

# ----------------------------------------------------------------------
Expand Down

0 comments on commit 207136b

Please sign in to comment.