Hello,
I have transferred from VPS to a Dedicated server.
After the transfer, all sites work perfectly, but one of these sites shows a 404 error and solves it by modifying the writing rules and adding.
support.mfscripts.com
RewriteBase /
<Directory /var/www/>
AllowOverride All
</Directory>
I did this already but it shows a 500 Internal Server Error.
When reading the log, I see the following error:
[core:alert] [pid 6627:tid 47924754315008] [client IP:42113] /home/User/public_html/.htaccess: <Directory not allowed here
I searched and tried more than one option and the fix didn't work.
any suggestions?
I have transferred from VPS to a Dedicated server.
After the transfer, all sites work perfectly, but one of these sites shows a 404 error and solves it by modifying the writing rules and adding.
Website pages and download links not working after install (404 errors) - Support
Problem After installing the script none of the html links are working and neither are the generated file download urls. Fix (Apache) This is generally one
RewriteBase /
<Directory /var/www/>
AllowOverride All
</Directory>
I did this already but it shows a 500 Internal Server Error.
When reading the log, I see the following error:
[core:alert] [pid 6627:tid 47924754315008] [client IP:42113] /home/User/public_html/.htaccess: <Directory not allowed here
I searched and tried more than one option and the fix didn't work.
any suggestions?