Skip to content
This repository has been archived by the owner on Oct 27, 2019. It is now read-only.

Commit

Permalink
Merge pull request #12 from specialtactics/master
Browse files Browse the repository at this point in the history
Update .htaccess
  • Loading branch information
mnapoli committed Feb 25, 2015
2 parents 5fc61c4 + a86ba05 commit c3e274b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions public/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ RewriteRule ^.*$ index.php [NC,L]
Options -Indexes

# PHP config
php_flag magic_quotes_gpc off
php_flag register_globals off
php_flag short_open_tag on
<IfModule mod_php5.c>
php_flag magic_quotes_gpc off
php_flag register_globals off
php_flag short_open_tag on
</IfModule>

# Apache 2 gzip
SetOutputFilter DEFLATE
Expand Down

0 comments on commit c3e274b

Please sign in to comment.