| 
 Posted by Bob Bedford on 09/06/05 19:30 
I can't find a very cheap web hosting wich allow to redirect to a domain  
giving an URL. 
 
I'd like to write the redirection in php. 
 
let's explain. 
 
Let's say I've my domain name called www.redirect.com 
 
if the user types www.xy.com then the URL should point to www.redirect.com,  
where I detect the tiped URL was xy.com and redirect to a website URL  
(actually mysite.com/index.php?ID=25) 
if the user types www.blabla.com then I've to redirect to  
mysite.com/index.php?ID=185 
 
ID are our clients, and our hosting doesn't allow to know wich address was  
typed in the URL, all domains are rewrited mysite.com 
 
It's there any know webhosting allowing this ? I only need PHP + mysql and  
the minimum amount of memory for storing one table with 2 fields and 100  
records. 
 
Bob
 
[Back to original message] 
 |