Ver Mensaje Individual
  #3 (permalink)  
Antiguo 01/09/2015, 02:52
abkrim
 
Fecha de Ingreso: julio-2015
Ubicación: Tiznit (Marruecos)
Mensajes: 14
Antigüedad: 9 años, 4 meses
Puntos: 0
Respuesta: Xampp Me da Error 403 en Mac

Hola

La directiva Require local simplemente "requiere" que el visitante lo sea desde la propia maquina local y el bloque LocationMatch indica que es para el acceso a "determinados" recursos.

Es decir, con la informacion que das no se puede darte respuesta alguna a tu problema.

Revisa el XAMPPS para ver donde estan tus logs, lee tus logs, y despuñéspostea indicando los datos que permitan ayudarte.

Saludos.

[URL="http://httpd.apache.org/docs/trunk/mod/mod_authz_host.html"]Mod Authz-host[/URL]
Código:
Require local

The local provider allows access to the server if any of the following conditions is true:

    the client address matches 127.0.0.0/8
    the client address is ::1
    both the client and the server address of the connection are the same

This allows a convenient way to match connections that originate from the local host: