Skip to content

Commit

Permalink
Make sure php short tags are enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonPetrov committed Feb 11, 2015
1 parent 2d948af commit 260854f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
RewriteRule ^(.*)$ index.php?/$1 [L]
</IfModule>

<IfModule mod_php5.c>
php_value short_open_tag 1
</IfModule>

<IfModule !mod_rewrite.c>
# If we don't have mod_rewrite installed, all 404's
# can be sent to index.php, and everything works as normal.
Expand Down

0 comments on commit 260854f

Please sign in to comment.