Hi,
Suppose that I have website hosted on a linux based hosting. The website has the domain name mysite.com . It is possible to access the website using both http://www.mysite.com and http://mysite.com
What I need is to set only one way to access the website. For example let we say http://www.mysite.com and therefore if the user try to access it as http://mysite.com the URL will automatically redirected into http://www.mysite.com or even page not found error be as a result.
Is this possible by .httaccess or it requires something done from the hosting company? and How if yes?