Ver Mensaje Individual
  #12 (permalink)  
Antiguo 17/03/2009, 07:42
Avatar de shaggikpo
shaggikpo
 
Fecha de Ingreso: junio-2008
Ubicación: Paysandú, Uruguay
Mensajes: 85
Antigüedad: 15 años, 11 meses
Puntos: 3
Respuesta: Seguridad de archivos en servidor

intenta cambira localhost por 127.0.0.1 asi:
Options All -Indexes
<Files "includes/conexion.php">
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Files>

<Files "servicios/instruciones.php">
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Files>