Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/04/2013, 22:06
djdorado
 
Fecha de Ingreso: abril-2013
Mensajes: 2
Antigüedad: 11 años
Puntos: 0
Respuesta: 403 Forbidden Apache con Nueva Particion

Cita:
Iniciado por David Ver Mensaje
¿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...