Web Hosting Talk







View Full Version : path to subdomain


mmjulian
02-08-2006, 10:05 PM
I am wondering what the path to a subdomain be if I am trying to access it as a local path, I am assuming that a path such as:

/public_html/subdomain/

is the local path to the subdomain as opposed to

/mainuseraccount/public_html/subdomain ?

mmjulian
02-08-2006, 11:37 PM
More to the point I have a subdomain and a script I am trying to run requires the FULL path to the directory containing some files, subdomain is in the /home/public_html directory as normal, but so far each try I make for the directory the script requires is ignored, the full path from the home directory where the subdomain is located is:

/home/maindomain/public_html/subdomain/cgi-bin/directory1/directory2

directory2 is the required directory.