Ver Mensaje Individual
  #3 (permalink)  
Antiguo 16/03/2012, 10:50
eybel
 
Fecha de Ingreso: marzo-2007
Mensajes: 782
Antigüedad: 17 años, 1 mes
Puntos: 16
Respuesta: Usar "includes" cuando "allow_url_includes = off"

Eso es justamente lo que hago y no me funciona...

Código PHP:
( ! ) Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in 

y uso:

Código PHP:

<?php include ("/include/header.php");?>
Osea esta regla ( allow_url_include=0) me lo anula??