Cita:
Iniciado por David ¿Te aseguraste de activar la opción FollowSymLinks?
hola:
Si estan habilitados la opcion FollowSymlinks
Asi estan los directorios en el httpd.conf
<Directory "/var/www/html">
Options FollowSymLinks
AllowOverride all
Order allow,deny
Allow from all
</Directory>
<Directory />
Options FollowSymLinks
AllowOverride all
Order allow,deny
Allow from all
</Directory>
<Directory "/webprojects">
Options FollowSymLinks
AllowOverride all
Order allow,deny
Allow from all
</Directory>
Gracias...