|
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.
|