canonical-name

redirecting w., ww., wwww. to -> www.

I'm trying to redirect site.com w.site.com ww.site.com and wwww.site.com to www.site.com. My boss wants to ensure typos make it to the site as well. They redirect fine. I'm using ASP.Net and throw a 301 redirect back using a regular expression, however, tools such as http://www.seoconsultants.com/tools/headers.asp don't seem to show a...

How to redirect with "www" URL's to without "www" URL's or vice-versa ?

Hi, I am using ASP.NET 2.0 C#. I want to redirect all request for my web app with "www" to without "www" www.example.com to example.com Or example.com to www.example.com Stackoverflow.com is already doing this, I know there is a premade mechanism in PHP (.htaccess) file. But how to do it in asp.net ? Thanks ...

Is there an issue redirecting my homepage based on IP to a subdomain?

I have a website with .com domain. www.example.com. At the moment it's primarily focussed on the UK. However I've been trying to work out how to cope with expanding to the US/EU without having to migrate the existing site to .co.uk and put the US site on .com. my current idea is to have uk.example.com us.example.com example.frexample.de...