Tagged Questions

10
votes
7answers
6k views

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

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 ...
0
votes
2answers
237 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 ...