Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/07/2008, 08:47
lupus_zgz
 
Fecha de Ingreso: enero-2008
Mensajes: 29
Antigüedad: 16 años, 4 meses
Puntos: 0
Respuesta: .htaccess cualquier archivo a /blog

en php:

<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.nueva-direccion.com" );
?>


en .htacces:

RewriteEngine On

RewriteCond %{HTTP_HOST} ^nuevositio . com [NC]
RewriteRule ^(.*)$ http://www. nuevositio . com/$1 [L,R=301]


o tambien

redirect 301 / http://www. tudominio . com/