I need a way for a user when they type in for example www.mysite.com/4397293 for it to load http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=4397293 I think this should probably be in an .htaccess file maybe mod re-write, anyone can give me an example to make this work?
Another option would be a custom 404.
Use a php page as your 404. It can then extract the number from the requested URL, and then construct the redirction url.