Unwanted redirect of home page
-
Hi,
WP automatically redirects my home page to https://homepage.com …and drops the “www”. Since this has SEO implications I have been trying to find out what is causing is and how to correct it so that it does not continue to redirect.
Wit the assistance of my host we have determined it’s not caused by the .htaccess file NOR the apache configuration.
We have found this, pls see below and I would be very grateful for advise how to correct these settings:
WordPress has an internal redirect based on the home and siteurl settings in the wp_options table of your database. (from my host)
————–
mysql> select * from wp_options where option_name IN (‘siteurl’, ‘home’);
+———–+———+————-+———————————–+———-+
| option_id | blog_id | option_name | option_value | autoload |
+———–+———+————-+———————————–+———-+
| 39 | 0 | home | https://autoinsurancequotesusa.org | yes |
| 1 | 0 | siteurl | https://autoinsurancequotesusa.org | yes |
+———–+———+————-+———————————–+———-+Thanks in advance!
Regards
Patrick
- The topic ‘Unwanted redirect of home page’ is closed to new replies.