diff --git a/public/.htaccess b/public/.htaccess index 211bcbc..f974dcf 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,6 +1,6 @@ -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 -RewriteBase /msd RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d