View Single Post
Old 05-04-2005, 06:24:16 PM     #4 (permalink)
apd

 
Join Date: Mar 2005
Posts: 713
apd has a reputation beyond reputeapd has a reputation beyond reputeapd has a reputation beyond reputeapd has a reputation beyond reputeapd has a reputation beyond reputeapd has a reputation beyond reputeapd has a reputation beyond reputeapd has a reputation beyond reputeapd has a reputation beyond reputeapd has a reputation beyond reputeapd has a reputation beyond repute

Well the way I would do it is- what ever domain is typed in it will go to your main domain where a script will look up a database file and search for a match of the referer url and if found will redirect to a specified page, i.e.

domain1.co.uk|loans.html
domain2.co.uk|cars.cgi
domain3.co.uk|house.php

etc

probably about 10 lines of code and a .db file with an entry for each domain that you own.

I've never tried php but if you prefer php then the script above should be easily found.
apd is offline