Quote:
Originally Posted by ElPolloDiablo
Sounds real handy.
How does this central redirect thing work?
Any tools available for that already, besides the one that was just offered by another poster?
|
1/ Create a file named 'paysite1.asis' that contains:
PHP Code:
Status: 301 OK
Pragma: no-cache
Content-type: text/html
Location: http://www.paysite1.com/?myaffid
2/ link to it.
this solution doesn't use php, so it's nicer on the server load and very slightly quicker. If instead of redirecting it displays the file, make sure your Apache configuration contains the line 'AddHandler send-as-is asis' somewhere.