Hello,
I would appreciate any help trying to figure out how to set a a rule for a few specific pages and a general one for all the others.
My latest attempt failed (after a few hours trying to figure out)
Redirect 301 /oldpage1 http://example.com/whatever/
Redirect 301 /oldpage2 http://example.com/whatever/thispage.php
RewriteEngine on
RewriteRule (.*) http://example.com [L,R=301]
Thank you in advance.
[edited by: phranque at 12:26 pm (utc) on May 30, 2013]
[edit reason] use example.com please [/edit]