Forum Moderators: phranque
I would recommend a simple rewriterule, if you have mod_rewrite. You can do it a number of ways... invisibly (so the user does not even know they were forwarded) or passing a code to the spiders so they know this is a redirect (301, 302, whatever code you want!)
The basic sytnatx is:
ReWriteEngine ON
rewriterule OLD_URI NEW_URI [option_codes]
Google mod_rewrite for all the particulars!
Good Luck
Dave