I have multiple obsolete pages (individual pages with one photo each) in the root. I want requests for all these pages to be redirected to one new page.
The old pages are individual photos. The new page is a wordpress photo gallery.
The old pages are named, for example:
h*tp://www.mysite.com/oldpage01.htm
h*tp://www.mysite.com/oldpage02.htm
The new page is:
h*tp://www.mysite.com/photo gallery/
Question 1: Is this correct:
Redirect 301 oldpage01.htm h*tp://www.mysite.com/photo gallery/
Question 2: Is there a wild card for the "oldpage" suffixes (i.e. 01, 02, 03, etc.)?
Thank you for any help.