2013-06-28 13:45:13 +02:00
|
|
|
SetEnv APPLICATION_ENV development
|
|
|
|
|
|
|
|
RewriteEngine on
|
2013-07-10 17:03:51 +02:00
|
|
|
RewriteRule ^css/icinga.css css.php
|
2013-06-28 13:45:13 +02: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 short_open_tag 1
|