xenforo troubles .htaccess redirecting

localhost8080

Well-known member
Hello,

after hours and hours I came to the conclusion, that xenforo somehow troubles redirecting with .htaccess.

In my xen, I have the following code in my htaccess, that leads www.myforum.com/index.html to a xen 404-page:

Code:
RewriteEngine On
RewriteBase /
RewriteRule index\.html index.php [L]

If I put the *same* .htaccess outside the whole xen-thing to another domain www.anotherdomain.com/index.html , it works without problems and leads me to www.anotherdomain.com/index.php

Where the hell do I have to configure xen to interprete the htaccess as it should be done?!

Thanks and best regards.
 
Top Bottom