when i type my domain as www.domain.com i get a 'Page cannont be displayed page', however when i type domain.com it shows my site. any help would be greatly appreciated!
Is this set up through a hosting site? If so, did you set it up through a control panel? Some hosts will give you the option to leave off the 'www' part, or the other way around.
verify, .htaccess file. Modify these and try, # Rewrite www.domain.comto domain.com RewriteCond ${HTTP_HOST} ^www\.(.*) RewriteRule ^(.*) http://%1/$1 [R,L]