After updating DirectAdmin RewriteBase required in subdirectories

jacob_v_dam

New member
Joined
Nov 2, 2012
Messages
2
Hello,

After updating our DirectAdmin our .htaccess in subdirectories are broken. Before the update this was working fine, after a little investigation we noticed that the RewriteBase is required, which wasn't before.

The .htaccess looks like this:
Code:
RewriteEngine On
RewriteRule index.html index.php [QSA]

The .htaccess in the public_html is working fine, so .htaccess is enabled and working.

Does somebody have a solution for this problem?

Greetings,
Jacob
 
the rewrite engine is enabled and it works. But it doesn't work in a sub directory whitout a RewriteBase.
 
Back
Top