Hey Nopius!
Thanks for your quick reply. Here is how my httpd.conf file is currently configured...
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
Can you give me the exact syntax of what I need to change in order to allow symlinks between domains?
I look forward to your reply. Thanks!
Brendan
Main Topics
Browse All Topics





by: NopiusPosted on 2007-03-22 at 00:36:16ID: 18769595
There is an option in httpd.conf to allow following symlinks: cs/2.0/mod /core.html #options
Options FollowSymLinks
Without this option following symlinks is forbidden.
Read here: http://httpd.apache.org/do
What is the exact error text? Please provide the error line from apache error_log file.