Newbie question warning!
I have created a NEW version of my family genealogy website venturing into CSS stylesheet templates. I want to leave the
OLDSITE available online as it contains a great deal of information, I plan to move all associated files into an
OLDSITE directory.
I'd like the
NEWSITE files to be accessible for all new visitors.
I would like to REDIRECT access to thirteen (13) of the OLDSITE root files to their new /OLDSITE location.
Ques 1. Can I have thirteen REDIRECT statements?
Ques 2. Is this syntax correct?
Code:
Redirect permanent /abercrom.htm /oldsite/abercrom.htm
Ques 3. Do I repeat this code for all thirteen files (dissimilar names)?
Thanks