This is a follow-up question to .htaccess redirect all pages to new domain and How to 301 redirect all pages to the same pages on new domain.
Specifically, how are the following solutions different?
RewriteRule
Solution:
RewriteEngine on
RewriteRule ^(.*)$ http://newdomain.com/$1 [R=301,L]
Redirect
Solution:
Redirect 301 / http://newdomain.com/