Change basepath for test and .htaccess

refs #4491
This commit is contained in:
Jannis Moßhammer 2013-08-27 16:31:15 +02:00
parent 86f76a61bc
commit 782291ec84
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
SetEnv APPLICATION_ENV development
RewriteEngine on
RewriteBase /icinga2-web
RewriteRule ^css/icinga.css css.php
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]

View File

@ -15,7 +15,7 @@ CASPERJS_HOST="localhost"
CASPERJS_PORT=80
CASPERJS_USER="jdoe"
CASPERJS_PASS="password"
CASPERJS_PATH="icingaweb"
CASPERJS_PATH="icinga2-web"
if [ ! -x $CASPER ]; then
echo "CasperJS is not installed but required to run frontend tests\n"\