2014-02-18 16:41:53 +01:00
|
|
|
RewriteEngine on
|
|
|
|
RewriteBase /icingaweb
|
|
|
|
RewriteRule ^css/icinga.css css.php
|
2014-03-04 16:22:37 +01:00
|
|
|
RewriteRule ^js/icinga.min.js js.php
|
2014-02-18 16:41:53 +01:00
|
|
|
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
|