PDA

View Full Version : Path to HTML



Andrax
10-07-2003, 01:48 PM
I used the site-helper site, but could only find the path to perl etc. Not HTML :)


if
/home/username/domains/domain.com/public_html/cgi-bin

is the path to cgi is

/home/username/domains/domain.com/public_html

the path to html?

Just wanted to clarify for my welcome emails ;)

Ryan
10-07-2003, 05:51 PM
You're correct. The html needs to go in public_html or any director below that (ie. public_html/other/ is also acceptable). Anything in that public_html is what will show up as domain.com. Thus, /home/username/domains/domain.com/public_html/index.html is www.domain.com/index.html

Hope that helps :)

ProWebUK
10-08-2003, 03:41 AM
the cgi-bin can be setup anywhere, even in the html directory, so yes, /home/username/domains/domain.com/public_html/ is the base directory of your site.

Chris