Site resolves to www in Firefox and without in Chrome

Everytime I’ve seen the thing you’re describing it was due to the browser having the redirect cached. I can’t see any reason that different browsers would behave differently in this case. You may want to try a browser/machine you haven’t used before to access this site as this will show you definitely what’s happening. You … Read more

Use single-site install and map entities to subdomains

I hope you are still interested in this question. I did a sub domain mapping to a custom post type using custom .htaccess setting. RewriteCond %{HTTP_HOST} !^www\. RewriteCond %{HTTP_HOST} ^(.+)\.domain-name\.com$ RewriteRule ^$ /index.php?store=%1 [L] Using this setting, each sub domain will map to the store custom post type. http://apple.domain-name.com will be equal to http://domain-name.com?store=apple or … Read more

Website redirecting to old domain name

There are a few variables that need to be changed in order for you to update to the new link on your WordPress site. As mentioned by Mark, try the following steps using the Search Replace DB tool: Go and download Interconnect IT’s Database Search & Replace Script here Unzip the file and drop the … Read more