Ver Mensaje Individual
  #5 (permalink)  
Antiguo 28/06/2016, 08:10
Avatar de Fernarey1810
Fernarey1810
 
Fecha de Ingreso: noviembre-2008
Mensajes: 214
Antigüedad: 15 años, 5 meses
Puntos: 1
Respuesta: Redirección simple .htaccess

Desde php

Código PHP:
Ver original
  1. header('HTTP/1.1 301 Moved Permanently');
  2. header('Location: http://'.$url);
  3. exit();