hello im having problem with my site when i type http://example.com
it works fine but when i type http://www.example.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.example.com [nc]
RewriteRule (.*) example.com/$1 [R=301,L]
it is not working
any help will be appreciated