Reputation: 64
I'm working on uploading a Wordpress website to a client's hosting account. I have it running on a live server where I can show my clients the work that I've done. While moving it to their server, I get the following error on the front end of the site:
Server Error 500 The website encountered an error while retrieving http://websitehere.net. It may be down for maintenance or configured incorrectly.
The steps I've taken are the following:
Not sure what to do here. The client wants the site on their hosting account, as they should.
Upvotes: 0
Views: 807
Reputation: 4522
Four Possible stage we can do:
- Checking for Corrupt .htaccess File Rename .htaccess and load site.It create own file if its not there.
-Increasing the PHP Memory Limit Sometimes this error can happen if you are exhausting your PHP memory limit.
-Deactivate all Plugins deactive from admin if you do so otherwise rename pluginfolder and create new blank plugin folder.
-Re-uploading Core Files
If the plugin option didn’t fix the internal server error, then it is worth re-uploading the wp-admin and wp-includes folder from a fresh WordPress install. This will NOT remove any of your information, but it may solve the problem in case any file was corrupted.
Upvotes: 1