Admin/dashboard not accessible after site migration
-
I’ve just migrated a site from development to the live URL. The site works fine but I can’t access the dashboard. During the migration, I updated the URLs in the database with Search-Replace-DB-master by interconnect/it and have confirmed that the only instances of the old URL are in the wp_options table (renamed to lis_options with iThemes Security) for FTP and Backup Buddy which is not being used.
I have tried adding these lines to functions.php temporarily, no help:
update_option('siteurl','https://longinsurance.biz');
update_option('home','https://longinsurance.biz');
I have also temporarily added these lines to wp-config.php, no help either:
define('WP_HOME','https://www.yourdomain.com')
define('WP_SITEURL','https://www.yourdomain.com');
I have tried commenting out the redirect for lis-login in .htaccess, no help.
Can someone please make another suggestion?
Thanks!
- The topic ‘Admin/dashboard not accessible after site migration’ is closed to new replies.