From 03e59bb7b082971f05e4bcd9792f3dc8fecfc1ed Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 27 Mar 2014 07:39:30 +0000 Subject: [PATCH] Clean up .htaccess * fixes #5740 --- public/.htaccess.in | 8 -------- 1 file changed, 8 deletions(-) diff --git a/public/.htaccess.in b/public/.htaccess.in index defddd983..a575ad6d3 100644 --- a/public/.htaccess.in +++ b/public/.htaccess.in @@ -1,15 +1,7 @@ -SetEnv APPLICATION_ENV development - RewriteEngine on RewriteBase @web_path@ -RewriteRule ^css/icinga.css css.php -RewriteRule ^js/icinga.min.js js.php RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ index.php [NC,L] - -php_flag short_open_tag on - -php_value xdebug.idekey PHPSTORM