Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
Network Troublshooting => Linux Servers Support => Topic started by: sekhar_vrc on July 13, 2005, 11:04:06 AM
-
Dear sir
I have installed fedora-4 and apache server.
My default root directory is /var/www/html
All the directories are listed except linked directories.
the apache log says "symbolic link not allowed"
Please help
with regards
sekhar
-
This is disabled in your http config. file can use .htaccess file..
in .htaccess file u can either add this..
<Directory /web/docs>
Options Indexes FollowSymLinks
</Directory>
Or look ur http cofig file for similar directives and allow them.