[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Site Folders -Linux Newbie



Alanso,

do a "ls -al"  which means list (a)ll files in the directory in (l)ong
format..... you'll see an "-->" pointing to the actual directry, and an "l" at
the very begining of the file (for linkfile)...  these are link files.. sort
of like a pointer to the actuall directory.  Cobalt creates and uses these
under "/home/sites/".. understand?

~ T

Alonso Garcia wrote:

> Can someone briefly explain why there's two folders for each site? One  is
> the www.site.com folder and another folder for site#. I'm new to linux and
> apache and I got a little confused when I saw those folders.
>
> Also, how can you tell which folder corresponds to which site? besides
> manually comparing files.
>
> And last but not least, does it make a difference how you reference a path
> to a  site when using a cgi script for example: /home/sites/site1/web  as
> opposed to /home/sites/www.sitename.com/web?