After update DB, home link on local redirects to live site
-
A related problem:
When I type https://localhost/myblog I get redirected to the live site on production server.(I have made the changes in the wordpress)
When I type https://localhost/myblog/wp-admin, it goes correctly to the local site’s admin interface.
Again from the admin interface, I can’t navigate to the local site cause it takes me to the production site.
Strange behaviour.
The changes I made:
UPDATE wp_options SET option_value = ‘https://localhost/myblog’ WHERE option_value = ‘https://www.example.com’;
The permalink settings are as follows(default . does that matter?)
https://localhost/myblog/?p=123
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘After update DB, home link on local redirects to live site’ is closed to new replies.