I want to make a service where people get a website like this: http://www.myservice.com?id=userwebsite However, I want them to be able to register a domain name, point it at my domains server and the above URL will show up under the domain. How can I do this?
do you want http://example.com/ to point to http://www.myservice.com/?id=example.com(http://www.myservice.com/?id=example) and http://google.com/ to point to http://www.myservice.com/?id=google.com(http://www.myservice.com/?id=google)?