Custom URL's
-
Perhaps i posted this earlier as well. But never got solution. I want to do this: say i have a site : www.gmail.com I signup using my name asim How can i manage the url and change to asim.gmail.com ? I can see many sites doing this and i also want to have the know-how of this. Looking for solution. Regards, Asim
-
Perhaps i posted this earlier as well. But never got solution. I want to do this: say i have a site : www.gmail.com I signup using my name asim How can i manage the url and change to asim.gmail.com ? I can see many sites doing this and i also want to have the know-how of this. Looking for solution. Regards, Asim
That's call DNS
-
That's call DNS
-
Ok, But how to approach this ? If i want to implement this functionality what should i do ? Steps/links would be a great help! Regards, Asim
Ok, You need to create every host into the DNS. So you need to DNS whoever.google.com otherwise the DNS resolution will not know. Should be easier for you to do http://google.com/whoever as the request will come to your server and they you can check the URL and send it to the right page. However if you still interested in the DNS you need to interact and have full control of your DNS if you do, let me know and I'll send you a program that writes into your DNS Al
-
Ok, You need to create every host into the DNS. So you need to DNS whoever.google.com otherwise the DNS resolution will not know. Should be easier for you to do http://google.com/whoever as the request will come to your server and they you can check the URL and send it to the right page. However if you still interested in the DNS you need to interact and have full control of your DNS if you do, let me know and I'll send you a program that writes into your DNS Al
-
Ok, You need to create every host into the DNS. So you need to DNS whoever.google.com otherwise the DNS resolution will not know. Should be easier for you to do http://google.com/whoever as the request will come to your server and they you can check the URL and send it to the right page. However if you still interested in the DNS you need to interact and have full control of your DNS if you do, let me know and I'll send you a program that writes into your DNS Al
-
Thanks for taking interest in this. Yes, first solution looks fine. But if possible do send me information on DNS solution as well. would be a great help for me. Regards, Asim
Well, There is so much, first you need to install MS DNS to manage your own DNS, then you need to talk to the DNS using C#. There are good DLLs here: http://www.hostingaccelerator.com/[^]