PDA

View Full Version : What are www and public_html?



JoeP
02-20-2006, 08:46 AM
why is there a www folder and a public_html folder? They both seem to contain the same content.
Along the same lines, can anyone recommend a good tutorial on the overall top level file structure of a site?

jmalchow
02-20-2006, 09:26 AM
why is there a www folder and a public_html folder? They both seem to contain the same content.
Along the same lines, can anyone recommend a good tutorial on the overall top level file structure of a site?

WWW is only a symlink. It doesn't take up any space, it is only a link to public_html.

-joe