mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
parent
17ce27a985
commit
03e59bb7b0
@ -1,15 +1,7 @@
|
|||||||
SetEnv APPLICATION_ENV development
|
|
||||||
|
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
RewriteBase @web_path@
|
RewriteBase @web_path@
|
||||||
RewriteRule ^css/icinga.css css.php
|
|
||||||
RewriteRule ^js/icinga.min.js js.php
|
|
||||||
RewriteCond %{REQUEST_FILENAME} -s [OR]
|
RewriteCond %{REQUEST_FILENAME} -s [OR]
|
||||||
RewriteCond %{REQUEST_FILENAME} -l [OR]
|
RewriteCond %{REQUEST_FILENAME} -l [OR]
|
||||||
RewriteCond %{REQUEST_FILENAME} -d
|
RewriteCond %{REQUEST_FILENAME} -d
|
||||||
RewriteRule ^.*$ - [NC,L]
|
RewriteRule ^.*$ - [NC,L]
|
||||||
RewriteRule ^.*$ index.php [NC,L]
|
RewriteRule ^.*$ index.php [NC,L]
|
||||||
|
|
||||||
php_flag short_open_tag on
|
|
||||||
|
|
||||||
php_value xdebug.idekey PHPSTORM
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user