2013-10-22 11:39:06 +02:00
|
|
|
<Directory "/var/www/html/icingaweb">
|
2014-06-05 17:07:41 +02:00
|
|
|
Options FollowSymLinks
|
2014-06-05 16:54:00 +02:00
|
|
|
AllowOverride None
|
2013-06-28 13:45:13 +02:00
|
|
|
Order allow,deny
|
|
|
|
Allow from all
|
2013-07-05 14:46:42 +02:00
|
|
|
|
2014-06-05 16:54:00 +02:00
|
|
|
# SetEnv ICINGAWEB_CONFIGDIR /etc/icingaweb
|
|
|
|
|
2013-07-05 14:46:42 +02:00
|
|
|
EnableSendfile Off
|
2014-06-05 16:54:00 +02:00
|
|
|
|
|
|
|
RewriteEngine on
|
|
|
|
RewriteBase /icingaweb/
|
|
|
|
RewriteCond %{REQUEST_FILENAME} -s [OR]
|
|
|
|
RewriteCond %{REQUEST_FILENAME} -l [OR]
|
|
|
|
RewriteCond %{REQUEST_FILENAME} -d
|
|
|
|
RewriteRule ^.*$ - [NC,L]
|
|
|
|
RewriteRule ^.*$ index.php [NC,L]
|
|
|
|
|
|
|
|
php_value xdebug.idekey PHPSTORM
|
2013-06-28 13:45:13 +02:00
|
|
|
</Directory>
|
2014-06-05 16:54:00 +02:00
|
|
|
|