Forum Moderators: phranque
Do the following two examples generate the same result (meet the "objective") in the eyes of the "user" and the "search engines"?
#1
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) [domain2.com...] [R=301,L]
#2
RedirectMatch 301 (.*) [domain2.com...]