i am trying to redirect my non www URL to www URL but no avail please help me again i want to redirect this http://domain.com to http://www.domain.com i am editing in .htaccess file with different codes but no avail like i used: and then __________________
this is the sort of thing i've done loads of times but have had to always google it.. so never completely sure and have to always test til i get it right. any how try putting the Rewrite Engine On at top: RewriteEngine on RewriteCond %{HTTP_HOST} ^domain.com RewriteRule (.*) http://www.domain.com/$1 [R=301,L]
i have 5 blogs with the same date base may be therefore i am getting this problem otherwise i tried to redirect one non www URL to www URL and succeed but now there are 5 blogs on the same date base, so any idea how can i redirect all...