diff options
Diffstat (limited to 'webroot/.htaccess')
-rw-r--r-- | webroot/.htaccess | 5 |
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> |