Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/10/2013, 13:53
liberenatu
 
Fecha de Ingreso: agosto-2012
Mensajes: 54
Antigüedad: 12 años, 3 meses
Puntos: 1
Respuesta: Redirección 301 htaccess

prueba con esto
Código Apache:
Ver original
  1. RewriteEngine On
  2.  
  3.  
  4. RewriteCond %{HTTP_HOST} ^dominio.com$ [NC]
  5.  
  6. RewriteRule ^(.*)$ http://www.dominio.com/ [R=301,L]
  7.  
  8. redirect 301 /antiguo/antiguo.html http://www.dominio.com/nuevo.html