Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/11/2012, 16:10
Avatar de abimex
abimex
Colaborador
 
Fecha de Ingreso: marzo-2007
Ubicación: ~
Mensajes: 751
Antigüedad: 17 años, 2 meses
Puntos: 137
Respuesta: php 301 www SOS

sin espacios
Código PHP:
Ver original
  1. <?php
  2. header ("HTTP/1.1 301 Moved Permanently");
  3. header ("Location: http://www.ejem.com");
  4. exit ();
  5. ?>