[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Remove the ~ from users directory.
- Subject: [cobalt-users] Remove the ~ from users directory.
- From: David <davidgilbert@xxxxxxxxx>
- Date: Mon Jan 8 16:10:54 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hello,
Could someone tell me how i can have my users access their personal site
using
http://sitename.com/user/
instead of
http://sitename.com/~user/
Thanks I have search through the archives for ~user and found a lot of
results but
to many were a different subject.
I did find a post that said they did this but then they couldn't get SSI
to work on that site.
*************************************
I inserted the following sequence into my httpd.conf:
<Directory "/home/sites/site1/web">
Options FollowSymLinks
</Directory>
*************************************
Thanks for any help.