Wordpress: Internal Server Error -


i must move wordpress website 1 server another. there no way backup it, copied wp-content files , moved new server. moved database, in new server have same database, same user, same password, changes user , password info in wp-config.php file.

but there problem such:

internal server error server encountered internal error or misconfiguration , unable complete request.

please contact server administrator inform of time error occurred , of might have done may have caused error.

more information error may available in server error log.

and here error log:

#software: microsoft internet information services 8.0 #version: 1.0 #date: 2015-06-24 22:07:41 #fields: date time s-sitename s-computername s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs-version cs(user-agent) cs(cookie) cs(referer) cs-host sc-status sc-substatus sc-win32-status sc-bytes cs-bytes time-taken 2015-06-24 22:07:40 w3svc181 p3nwvpweb067 50.62.160.227 /admin.php - 80 - 193.201.227.78 http/1.0 opera/9.80+(windows+nt+6.1;+u;+ru)+presto/2.8.131+version/11.10 - - voskevaz.info 404 0 2 1333 179 4843 2015-06-24 22:07:40 w3svc181 p3nwvpweb067 50.62.160.227 /administrator/index.php - 80 - 193.201.227.78 http/1.0 opera/9.80+(windows+nt+6.1;+u;+ru)+presto/2.8.131+version/11.10 - - voskevaz.info 404 0 2 1333 193 203 2015-06-24 22:07:43 w3svc181 p3nwvpweb067 50.62.160.227 /wp-login.php - 80 - 193.201.227.78 http/1.0 opera/9.80+(windows+nt+6.1;+u;+ru)+presto/2.8.131+version/11.10 - - voskevaz.info 302 0 0 564 182 1250 

i don't know mean , how fix it.

thanks

the lack of 5xx response code in log file interesting.

in log extract posted above, last line request /wp-admin.php, , served 302 response code, means redirected somewhere else.

i'm guessing happening because configured site allow users log in on secure (https) connection. when visit http://··(your site)··/wp-login.php, you're being redirected https://··(your site)··/wp-login.php. if new site doesn't have proper ssl certificate installed, cause error. (and looks site logging https traffic somewhere else.)

to prevent happening, edit /wp-config.php , change define('force_ssl_login', true); define('force_ssl_login', false);.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -