Anybody know the correct way to make a whole website redirect to another?
Even the galleries?
Thanks for any input
Even the galleries?
Thanks for any input








RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www\.)?yourdomain\.com [NC]
RewriteRule ^(.*)$ http://newdomain.com/$1 [R=301,L]
Work with PPC SE ( Umax, 3FN Marketing) and GET PAID FOR EVERY CLICK !!! 
Next step after PPC - Pay Per Lead/Action 




RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www\.)?yourdomain\.com [NC]
RewriteRule ^(.*)$ http://newdomain.com/$1 [R=301,L]










Comment