Htaccess RewriteRule not working

Hello,

I’m a little bit desperate, because I cant get the htaccess file correct. I have a shared webspace at all-inkl.com and so far no problems with it. I spend yesterday afternoon trying to get the setup of invoiceplane running - unfortunately without success.

Whenever I call: ..de/index.php/setup
I’m redirected to: ..de/www/htdocs/w014d726/index.php/setup/language

the “www/htdocs/w014d726/” part is wrong. The invoiceplane script is in the root directory of my subdomain. The content of my .htaccess file is:

RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]

I used these instructions: https://docs.bolt.cm/3.0/howto/making-sure-htaccess-works to check if mod_rewrite is working - and it seems fine.

As alternative RewriteBase is tried:
RewriteBase /www/htdocs/w014d726 RewriteBase /htdocs/w014d726 RewriteBase /w014d726 RewriteBase /

But nothing seems to work.

Do you have any tips for me?
Thanks!
Tomek