Which Mod rewrite do you use if you want to 301 redirect all existing files and structures on one domain to the exact pages and file structure on another? ---------------- ok - I got it ----- Options +Indexes Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteRule ^(.*)$ http://www.website.com/$1 [R=301,L]