Forum Moderators: phranque
RewriteEngine On
RewriteBase /
RewriteCond %{OldPage.htm}!^/robots [NC]
RewriteRule .* http://www.NewSite.com/NewPage.htm%{OldPage.htm} [R=permanent,L]
So now the entire old site is redirecting to NewSite/NewPage
[edited by: jdMorgan at 6:21 pm (utc) on Aug. 12, 2005]
[edit reason] De-linked. [/edit]