I have a sub-domain network installation on www.example
One of the sites is rabbit.example
This site used to have a domain mapping to www.rabbit
.
I removed this mapping.
However, when I go to , it forwards me to
I have checked the site settings for rabbit.example
, and the base URL and home URL are set to rabbit.example
.
I have double-checked the domain mapping is no longer there.
I do not have a caching plugin installed.
The site's database table, wp_10_options
, has the site URL as rabbit.example
Any ideas?
I have a sub-domain network installation on www.example
One of the sites is rabbit.example
This site used to have a domain mapping to www.rabbit
.
I removed this mapping.
However, when I go to http://rabbit.example/wp-admin
, it forwards me to http://www.rabbit/wp-admin
I have checked the site settings for rabbit.example
, and the base URL and home URL are set to rabbit.example
.
I have double-checked the domain mapping is no longer there.
I do not have a caching plugin installed.
The site's database table, wp_10_options
, has the site URL as rabbit.example
Any ideas?
Share Improve this question edited Jul 26, 2013 at 10:18 shea 5,6524 gold badges38 silver badges62 bronze badges asked Jul 22, 2013 at 1:50 SteveSteve 1,75719 gold badges66 silver badges115 bronze badges 3- What are you using to apply the domain mapping? A plugin? – shea Commented Jul 26, 2013 at 10:19
- How long ago was the mapping removed? 301 redirects get cached by browsers (and sometimes networks) – Matthew Boynes Commented Jul 26, 2013 at 13:16
- I am using WordPress MU Domain Mapping plugin. The mapping was removed about 3 weeks ago. – Steve Commented Aug 2, 2013 at 1:56
2 Answers
Reset to default 0Maybe you can try to see if the .htaccess file has still some references to www.rabbit
, maybe the plugin you used to make the redirect has modified that file.
Hope this helps, Marco
In addition to site_url in database, there is also a Home Field. Look for that in the options table as well and make sure it reflects your new, or unmapped, domain.
You can also try to update the URLs in wp-config directly: http://codex.wordpress/Changing_The_Site_URL
But before trying the second, make sure to try the first.