site not working with url www
- by jarus
hello im having problem with my site when i type http://mysite.com it works fine but when i type http://www.mysite.com it displays page cannot be found ,
what is the problem i couldnot find , i tried .htaccess redirection also
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.mysite.com [nc]
RewriteRule (.*) mysite.com/$1 [R=301,L]
it is not working
any help will be appreciated