summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webroot/.htaccess5
1 files changed, 4 insertions, 1 deletions
diff --git a/webroot/.htaccess b/webroot/.htaccess
index 21796cf..7029a45 100644
--- a/webroot/.htaccess
+++ b/webroot/.htaccess
@@ -4,4 +4,7 @@
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !favicon.ico$
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
-</IfModule> \ No newline at end of file
+</IfModule>
+<IfModule mod_php5.c>
+ php_value short_open_tag 1
+</IfModule>