|
|
Subject:
SUBDOMAINS Creation
Category: Computers > Programming Asked by: rayzun-ga List Price: $5.00 |
Posted:
15 May 2003 11:58 PDT
Expires: 19 May 2003 11:40 PDT Question ID: 204207 |
Im in the process of finding an host for my website. I have created many folders with .html files in each folder. Each folder is going to be an seperate subdomain. example: Folder name... NEWSUBDOMAIN Subdomain... http://NEWSUBDOMAIN.example.com/ Now, I havent found an host in which I can directly upload all the folders and have them work as subdomains directly. So, my other option is to find an program or script to run this url: http://example.com:2082/frontend/default/subdomain/doadddomain.html?domain=NEWSUBDOMAIN&rootdomain=example.com This above url would in turn create an subdomain called ... NEWSUBDOMAIN at the domain... http://NEWSUBDOMAIN.example.com/ Next, I have the folder/subdomain names in a txt file, one on each line. I have 5700 names. ----------------------------- In other words, I need to run http://example.com:2082/frontend/default/subdomain/doadddomain.html?domain=NEWSUBDOMAIN&rootdomain=example.com 5700+ times, with all the different folder/subdomain names in each url. | |
|
|
There is no answer at this time. |
|
Subject:
Re: SUBDOMAINS Creation
From: funkywizard-ga on 16 May 2003 07:37 PDT |
the only way I have heard of to do this without bogging down dns is to have a catch all dns entry set up so that *.yourdomain.com always points to the same server. Then, a script running on the webserver interprets the actual domain name used to get to the site, and loads the appropriate content accordingly. I know this is how it would work in theory, and have seen a couple websites do this before, but unfortunatly, I do not know how to get it working in practice. Best of luck. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |