Hi, moving from one domainname to another using
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://newdomain.com/$1 [R=301,L]:
…does this effect emails on the old domain?..maybe silly question, but need reassurance that i dont mess it up
Thanks in advance