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

RE: [cobalt-users] site directory names



-----Original Message-----
From: Brian Quinn [mailto:brian@xxxxxxxxx]
Sent: Tuesday, July 09, 2002 3:07 PM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: [cobalt-users] site directory names


when i go to the /home/sites/ directory on my Raq i see the directories set 
up like

site1
site2
site3
etc

with links to them from www.mydomain1.com, etc
i'm still setting up my server and trying to get it optimized for my use, 
and was wondering if there was a way to tell it to name the directory's 
something easier than site1, site2, site3, etc,

---------------------------------
By virtue of the symbolic link that the ADmin GUI creates
they're already named something else, i.e. /home/sites/www.mydomain.com,
etc.

If you want something else, the only way that makes sense would be to create
additional symbolic links. e.g. you could do: a ln -s site1 web1, etc. but 
don't change the name of "site1" unless you've got lots of time on your
hands.