Hi,
I'm trying to setup a WHM/CPanel server with our sites. They run on Joomla, so there are a number of mod_rewrite rules to combat security vulnerabilities that have (historically) been applied to the .htaccess files and we'd like to move into httpd.conf.
We're getting a number of 403 Forbidden or 404 Not Found errors as we move from the old host environment to the new. We've proved that some of these are as a result of a URL mod_rewrite (by removing the entire .htaccess to see if things work). PHP can be making these requests behind the scenes, so you don't always know what's been requested.
Has anyone got a suggested Easyapache configuration that will get apache to generate a detailed enough log that will tell us which mod_rewrite rule or other security directive is responsible for blocking the request being made so that we can pinpoint a solution much faster?
Thanks.
I'm trying to setup a WHM/CPanel server with our sites. They run on Joomla, so there are a number of mod_rewrite rules to combat security vulnerabilities that have (historically) been applied to the .htaccess files and we'd like to move into httpd.conf.
We're getting a number of 403 Forbidden or 404 Not Found errors as we move from the old host environment to the new. We've proved that some of these are as a result of a URL mod_rewrite (by removing the entire .htaccess to see if things work). PHP can be making these requests behind the scenes, so you don't always know what's been requested.
Has anyone got a suggested Easyapache configuration that will get apache to generate a detailed enough log that will tell us which mod_rewrite rule or other security directive is responsible for blocking the request being made so that we can pinpoint a solution much faster?
Thanks.