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

[cobalt-users] Remove the ~ from users directory.



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.