Redirect all exisiting pages - to matching pages

Discussion in 'Apache' started by clasione, Nov 16, 2006.

  1. #1
    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]
     
    clasione, Nov 16, 2006 IP