what wrong with my www redirect ?

indiangalla

New Member
k3lvinmitnick.com can not forward to http://www.k3lvinmitnick.com

How can I fix ? Any dns changes can take up 24 hours to propagate. Be patient Hi,

You can use:

Code: RewriteEngine on RewriteCond %{HTTP_HOST} ^k3lvinmitnick.com$RewriteRule ^(.*) http://www.k3lvinmitnick.com/$1 [QSA,L,R=301]++ LOL.. It's Working Fine over here for me.
Maybe try now mate.
 
Top