Tagged Questions

0
votes
2answers
127 views

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 …
4
votes
6answers
971 views

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 …
2
votes
6answers
587 views

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 …