Jump to content

hello


Alfraganus

Recommended Posts

I succesfully uploaded my wordpress site to web, but later, I changed my site's url from wordpress's live site and it is not working right now, I intered to phpmyadmin in my cpanel and changed site url to its original domain from localhost, however, yet it is not working properly, admin panel is working fine but when I click to next page it is saying following messege

 

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at admin@main-hosting.eu to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log."

 

what should I do next?

Edited by Alfraganus
Link to comment
Share on other sites

That indicates a PHP error. You need to figure out where the error log is on the server that you can check for error messages. You can create a PHP script with only this in it:

<?php phpinfo();
And then open that in a browser and look for the error_log setting.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...