Revision [42]

Last edited on 2009-03-05 11:49:17 by WikiAdmin
Additions:
RewriteRule ^(.*)$ http:///$1 [R=301,L]
In pił, per reindirizzare la home vecchia verso la nuova home, ho aggiunto questo codice all'inizio
del file header.php del tema in uso sul vecchio blog:
%%(php)
header("HTTP/1.1 301 Moved Permanently");
header("Location: ");
header("Connection: close");
exit;
?>
%%
Deletions:
RewriteRule (.*)$ http://NUOVO_SITO/index.php$1 [L,R=301]##


Revision [41]

Edited on 2009-03-01 00:48:28 by WikiAdmin
Additions:
Reindirizzare un blog da un dominio ad un altro
Deletions:
Reindirizzare un blog da un dominio as un altro


Revision [40]

The oldest known version of this page was created on 2009-03-01 00:47:32 by WikiAdmin
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki