From 919f124bb83945920580912c63d32ce9cff798b5 Mon Sep 17 00:00:00 2001 From: D4rk4ng3l Date: Mon, 4 Jul 2011 20:45:38 +0000 Subject: [PATCH] Commented out the SetEnv line in .htaccess and added a comment where to add the line. --- public/.htaccess | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/.htaccess b/public/.htaccess index 1e6733e..f974dcf 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,4 +1,5 @@ -SetEnv APPLICATION_ENV development +# If you're a developer add the following line to your apache config. Otherwise ignore the line. +# SetEnv APPLICATION_ENV development RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR]