Redirect 301

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 :slight_smile:

Thanks in advance

barney,

mod_rewrite only deals with the http(s) protocols, not mail (unless you’re using webmail in which case, I doubt that it would affect it).

Regards,

DK