After migration of domain hosting home page link is displayed as old URL
-
I have migrated my WordPress blog site to a new domain hosting and changed URLs in all the below places but still there exists a issue When click on “Home” Tab in New site “https://uniqueideas.in” it redirects me to old URL “https://uniqueideaspooja.000webhostapp.com/”
1. In WordPress Dashboard Settings->General have changed the WordPress Address (URL) – https://uniqueideas.in (new one) and Site address (URL) – https://uniqueideas.in(new one)
2. In cpanel File manager Edit wp-config.php
Added these two lines to my wp-config.php.
define( ‘WP_HOME’, ‘https://uniqueideas.in’ );
define( ‘WP_SITEURL’, ‘https://uniqueideas.in’ );3. In Theme editor->functions.php
update_option( ‘siteurl’, ‘https://uniqueideas.in’ );
update_option( ‘home’, ‘https://uniqueideas.in’ );Have done all the changes but still error persists.Please help me to fix this asap.
Thanks,
Pooja GargThe page I need help with: [log in to see the link]
- The topic ‘After migration of domain hosting home page link is displayed as old URL’ is closed to new replies.