View Single Post
  #2 (permalink)  
Old 02-10-2005, 11:20 PM
Deep13's Avatar
Deep13 Deep13 is offline
WebProWorld Veteran
 

Join Date: Dec 2003
Location: India
Posts: 306
Deep13 RepRank 0
Default

try this and see

RewriteEngine On
RewriteCond %{HTTP_HOST} !www.domain.com
RewriteRule ^.*$ http://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]

you can also check your headers here

Regards
Deep
Reply With Quote