Quote From : robertgould March 8, 2024, 11:50 pm Hi,
I bought a new server with trial webuzo dedicated server license. The installation and webuzo panel working perfectly. However, when I moved my file from the old server with (kloxo panel) to the new server with (webuzo panel) the website not accessible its giving 500 page error.
How to solve this problem? Thanks in advance
I encountered a similar situation when I moved my website from the old panel to Webuzo. Error 500 usually comes from differences in PHP configuration or file/folder permissions. You can check again:
Is the PHP version on Webuzo compatible with the source code (many old sites need PHP 5.x or 7.x).
Permission & ownership of the public_html folder (usually 755 for folders, 644 for files).
.htaccess contains a rule that is not compatible with Apache/Nginx on the new server.
In addition, the error log in /usr/local/var/log/ or error_log will show the specific cause. After I adjusted the PHP version and fixed the file permissions, the website worked normally.
|