From 81ac4d6fff2b7350a2942e9b84fc8a42e16e8d35 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Wed, 6 Jul 2011 18:09:45 -0400 Subject: Force shorttags on --- webroot/.htaccess | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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] - \ No newline at end of file + + + php_value short_open_tag 1 + -- cgit v1.2.3