Forum Moderators: phranque
OLD: http://www.example.com/e107_plugins/alternate_profiles/newuser.php?id=301NEW: http://www.example.com/people/301
How can I setup redirection to redirect old to new? Please help me.
[edited by: jdMorgan at 2:32 pm (utc) on June 4, 2008]
[edit reason] example.com [/edit]
The rewrite takes a short URL request and rewrites it to the longer internal filepath without exposing that path.
The redirect tells a browser that asks for the long URL to make a new request for the short URL.
There are plenty of prior examples here in this forum, as someone asks this question almost every day.