
patk
Deleted
Feb 11, 2000, 5:44 PM
Post #1 of 3
(1298 views)
|
|
Creating subdomains
|
Can't Post
|
|
Hello! Thanks for the database help, I think I'll stick to flat-file though. Anyway, my new topic is over subdomains. My server is a UNIX machine, and I am trying to make a new subdomain on my domain, (http://subdomain.mydomain.zzz) how it works is that a sub directory on the main directory (/path/to/main/subdir/) reads as the same as a subdomain so if I make a directory using perl, eq mkdir(subdir, 0755); will make a directory but how do I get to read as a subdomain? I know I need to submit some dns things or something too, but can I do with perl as well? Also I know that "Wild Cards" is not enabled but I may be able to, but does it have to be? Thanks!
|