How can I make it so that all the old links go to the new url structure?
So navigating to
http://website.com/index.php?page=viewuser.php&userid=1&username=slothinspace
will take me to
http://website.com/viewuser?userid=1&username=slothinspace
I already have the .htaccess changed so that the new URL works, I just want users to be automatically redirected to the new URL if they stumble across the old one.