Report this

What is the reason for this report?

500 Internal server error after migrating

Posted on May 31, 2014

Hi i already create my droplet, installing webuzo, create main domain and migrate all my file from old server to my vps. but when i try acess the domain it display 500 internal server eror. I already set all my website configuration to the right setting, and also restart my apache, but the problem still occurs. anyone know ho w to solve this problem?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Sir please make sure your files / folders have the owner and group set to the Webuzo Username and not root. <br> <br>You can follow this blog tutorial <br>http://www.webuzo.com/blog/how-to/fix-internal-server-error-webuzo-2690.html <br> <br>Hope it helps

Look for .htaccess files in your root web directory (/var/www for apache), and in any folder you’re trying to access. <br>Since .htaccess files are hidden (aka dot files), you’ll need to use the command “ls -a” to see it. <br> <br>Alternatively, you could just try opening the file with a text editor “nano .htaccess” from the www directory. <br> <br> <br>If you find any of these files, rename them to temporarily disable them <br>“mv .htaccess .htaccess.old” and see if the 500 Error stops. <br> <br>If this works, there’s a problem in that file which Apache doesn’t like. Try re-writing any settings into a new .htaccess file.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.