site not working with url www

Posted by jarus on Stack Overflow See other posts from Stack Overflow or by jarus
Published on 2010-03-14T09:44:32Z Indexed on 2010/03/14 9:55 UTC
Read the original article Hit count: 292

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about url

Related posts about url-rewriting