After moving to new server blank pages or error 500

tansu

Verified User
Joined
Jul 31, 2008
Messages
82
Hi all,
I bought a new vps, installed custombuild with suphp, added the domain and transferred all files. All pages are blank on firefox, 500 on chrome. Adn I almost tried every solution provided here.
What can I do more?
 
Hello

Do you have any .htaccess file in your website data? rename it and try to load your website again.
also you can turn Display_error on in your php.ini to see what is the real error and check domain error logs in /var/log/httpd/domains.
 
stalled custombuild with suphp, added the domain and transferred all files. All pages are blank on firefox, 500 on chrome.
If you're using suphp and you get blank pages and 500 errors, check your logs.
Probably you have files set to chmod 666 and directory's set to 777. Change to 644 for files and 755 for directory's and see if that helps.
 
Back
Top