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:
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
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