Ver Mensaje Individual
  #5 (permalink)  
Antiguo 24/07/2008, 13:27
mex2008
 
Fecha de Ingreso: marzo-2008
Mensajes: 59
Antigüedad: 17 años
Puntos: 0
Respuesta: HTTP 403 (Prohibido)

Revisa tu archivo httpd.conf , y busca esta parte y deonde dice Deny from all, cambialo por Allow from all y listo! saludos!!!


#
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# features.
#
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
</Directory>