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

[cobalt-users] [RAQ3] FollowSymLinks kills SSI




Hi,

I inserted the following sequence into my httpd.conf:

<Directory "/home/sites/site1/web">
  Options FollowSymLinks
</Directory>

This gave me the opportunity to create a symbolic link to the web-directory of a user so I had addresses like www.company.com/user instead of www.company.com/~user or www.company.com/users/user/. But then I noticed that for that site Server Side Includes didn't work anymore. After I commented that sequence out my SSIs are working again, but the symbolic links didn't, of course. Can anybody explain this or tell me how I can get both (symbolic links _and_ SSIs)?

Thanks, Joerg Hueddersen