How to redirect 'aaa.com' to 'www.aaa.com'?
- by Nan Li
I've mapped 'aaa.com' and 'www.aaa.com' to the same ip address with my hosting service provider. But because my SSL certificate only works for 'www.aaa.com', so what I want is when the user visit 'aaa.com', he will be redirected to 'www.aaa.com'.
I'm using ASP.Net MVC and IIS 7.
Thanks