Set up a 301 redirect


/ Published in: Apache
Save to your folder(s)

Hacer una redireccion permanente


Copy this code and paste it in your HTML
  1. # Redireccionar un archivo especifico.
  2. Redirect 301 /original/filename.html http://domain.com/updated/filename.html
  3.  
  4. # Redireccionar todo a un nuevo dominio.
  5. Redirect 301 (.*) http://newdomain.com/$1

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.