Hi,

I have just migrated my webserver from my host service to a server we hold

After restoring all the files and accounts within CPanel the site seemed to be working, however when trying to navigate to the /wp-admin

it tells me that

redirected you too many times.

Try clearing your cookies.
ERR_TOO_MANY_REDIRECTS

I have inserted the following lines into the config.php file

define(‘WP_HOME’,’ http://www.***********.com’) ;
define(‘WP_SITEURL’,’ http://www.*******.com’) ;

But it has messed the site up, icons missing and that but the wp-admin is working

Can anybody help???

3 Spice ups

change to the default permalink setting for the wordpress site and check again.

Where is the permalink, is this in the config file?

Ahhhh we can’t even access this, we have no access to the wordpress admin page

How did you move to the new site? Straight copying or via a plugin?

Also, if you haven’t already, check the .htaccess file for pathing issues…

I did a CPanel full restore and plugin profile restore

I have tried to delete the htaccess and start again but with no avail

Backup the htaccess and the delete. Try loading your site. If that does not work change the wp_options table on the database using the command below:

UPDATE wp_options SET option_value = 'http://domain.com' WHERE option_name IN ('home', 'siteurl');