Este sitio web utiliza cookies para realizar análisis y mediciones de tus visitas. [ Acepto ] [ Más información aquí ].

How to Create a 301 Redirect

301 Redirects is useful when a webpage stops existing and you want to indicate Google its substitute. Just add the following rule to your .htaccess file, replacing the relative address of the previous page with the absolute address of the new page:

Redirect 301 address/relative/ http://www.domain.com/address/absolute/

Añadir comentario