Autore Topic: Redirect 301  (Letto 2055 volte)

attila

  • Nuovo arrivato
  • *
  • Post: 42
Redirect 301
« il: 03 Dicembre, 2014, 17:36:38 »
Ciao a tutti ragazzi.

Vorrei inserire nelle pagine del mio sito creato con WS, un redirect 301 verso il mio nuovo sito fatto con  Prestashop.

ho trovato questo link in rete...
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.xxxx.com/nuova_pagina" );
?>
Come lo customizzo per creare un redirect su ogni pagina del mio sito WS ad un altro sito?

Grazie in anticipo per le vostre risposte ;D


attila

  • Nuovo arrivato
  • *
  • Post: 42
Re:Redirect 301
« Risposta #1 il: 03 Dicembre, 2014, 17:49:05 »
Altro codice:
<meta http-equiv="refresh" content="15;URL=http://www.miosito.com/nuova-pagina.html">

lemonsong

  • Anziani
  • Utente storico
  • *
  • Post: 1867
    • lemonsong's world
Re:Redirect 301
« Risposta #2 il: 03 Dicembre, 2014, 19:21:12 »
Non ho capito la domanda ma prova a leggere qui:

http://www.unofficialwsx5.com/index.php?topic=288.0