Hi all,
I have a redirection problem which need some php expert to help.
I have a php script in my server and a lot of webmasters point to this script. It's like:
http://www.doamin.com/top.php?username
But I need to change it to another script, I want to change it to something like:
http://www.doamin.com/in.php?id=username
Can anybody teach me to to write a redirect script for top.php? So that all request for top.php will forward to in.php and also keeep the "username" variable. Thanks a lot.
Max