domain.com works but not www.domain.com

XRS

New Member
Hi

I've installed vBSeo 3.2.0
Before that installed vbAdvanced.

The worst thing is that I can access trhoug domain.com but not with www.domain.com


Can someone help me?
 

the_darkness

New Member
you can use this rewrite rule in your .htaccess
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.domain.com$
RewriteRule ^/?$ "http\:\/\/domain\.com" [R=301,L]
 
Top