Im trying to connect these too.
If someone is going to join.cgi?ref=app, my .htaccess will redirect it too join.php
.HTACCESS
DirectoryIndex index.php
Redirect permanent /advertise.cgi [url]http://webewebin.com/advertise.php[/url]
Redirect permanent /join.cgi [url]http://webewebin.com/join.php[/url]
Now in my PHP file. Is there anyway to find out what url they requested. Like "join.cgi?ref=app"???
If not got any other ways I can do this.