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?
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.
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.