diff --git a/htdocs/.htaccess b/htdocs/.htaccess index 1ac2219..5c1b1e5 100644 --- a/htdocs/.htaccess +++ b/htdocs/.htaccess @@ -1,5 +1,5 @@ RewriteEngine on -RewriteBase / +RewriteBase /stikked/htdocs/ RewriteCond $1 !^(index\.php|static) RewriteRule ^(.*)$ index.php/$1 [QSA,L]