Migration issue: Apache to LiteSpeed causes 403 errors

#1
Hello,

We just performed a full cPanel account migration and we're experiencing issues. The account was hosted on an Apache server and when we transferred it to a LiteSpeed server all PHP pages are now showing 403 errors. No permission issues, nothing in .htaccess that would cause this. Any ideas?
 

mistwang

LiteSpeed Staff
#2
Please check /usr/local/apache/logs/error_log, it should show the reason why.
One possibility is PHP script handler is not setup properly, like a custom PHP handler does not exists for MIME type application/x-httpd-php55.
 
Top