mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
The configure routine still has to be improved, right now unused authentication backends are commented out refs #4491 refs #4606 refs #4640
15 lines
349 B
ApacheConf
15 lines
349 B
ApacheConf
SetEnv APPLICATION_ENV development
|
|
|
|
RewriteEngine on
|
|
RewriteBase @web_path@
|
|
RewriteRule ^css/icinga.css css.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
|