cperras-uwb
-
7/15/2010 1:19:08 PM
redirecting a directory (including its children)
Hi - I'm trying to find a simple way to redirect a page, including all its children. For example, say I have /mydir/foo, /mydir/bar. Now I want to move /mydir to /newdir, then set up a permanent redirect so /mydir will redirect to /newdir. Then if a user requests /mydir/bar, he'll go to /newdir/bar.
Any suggestions are appreciated!
|