Jump to content

Recommended Posts

Posted

I just noticed that there's a "www" folder on my site, that seems to have the exact same stuff in it as my public_html folder. Is there any difference between these two? What purpose does the www folder serve?

Posted (edited)

The "www" folder is a symbolic link to the "public_html" folder.

 

You should upload to the "public_html" folder.

Edited by TCH-Bruce
Posted

Just to elaborate a bit more on the symbolic link stuff:

what Bruce said means that if you enter the www directory, it's exactly the same as if you entered the public_html directory. It's just a shortcut.

Posted

To add to Bruce's remarks ... many people coming here from other web providers may be used to having a subdirectory of 'www'. With Unix/Linix, you can create an automatic redirect/mirror (or what Bruce refers to as a symbolic link).

 

Bottom line ... think of it like a front door/back door to your house. No matter which door you go in, you will still enter your house!

 

Same here. If you access your web site via FTP, no matter whether you click on the public_html folder or the www folder, you'lll end up in the same place!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...