<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Spostare un blog Wordpress con redirect 301]]></title><description><![CDATA[<p dir="auto">Salve a tutti, io vorrei spostare un blog che utilizza Wordpress da uno spazio ad un altro utilizzando redirect 301 (senza quindi perdere posizionamenti e link), in modo che sia applicato ad ogni post. Che codice devo utilizzare?</p>
<p dir="auto">Per spiegarmi meglio, vorrei che il post: <a href="http://bayle.xxx.xxx/post1" rel="nofollow ugc">bayle.xxx.xxx/post1</a> puntasse a <a href="http://diego.xxx/post1" rel="nofollow ugc">diego.xxx/post1</a>, si può fare?</p>
]]></description><link>https://connect.gt/topic/26779/spostare-un-blog-wordpress-con-redirect-301</link><generator>RSS for Node</generator><lastBuildDate>Wed, 09 Sep 2026 16:26:02 GMT</lastBuildDate><atom:link href="https://connect.gt/topic/26779.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 30 Jan 2007 20:59:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Spostare un blog Wordpress con redirect 301 on Wed, 31 Jan 2007 11:01:06 GMT]]></title><description><![CDATA[<p dir="auto">io ho usato questo plugin: <a href="http://rmarsh.com/2006/09/23/moving-your-blog/" rel="nofollow ugc">http://rmarsh.com/2006/09/23/moving-your-blog/</a></p>
]]></description><link>https://connect.gt/post/453656</link><guid isPermaLink="true">https://connect.gt/post/453656</guid><dc:creator><![CDATA[gh3]]></dc:creator><pubDate>Wed, 31 Jan 2007 11:01:06 GMT</pubDate></item><item><title><![CDATA[Reply to Spostare un blog Wordpress con redirect 301 on Wed, 31 Jan 2007 10:32:08 GMT]]></title><description><![CDATA[<p dir="auto">Ciao, se il vecchio hostname non lo vuoi più usare per un po', puoi inserire in un plugin:</p>
<p dir="auto">[php]&lt;?php<br />
header( "HTTP/1.1 301 Moved Permanently" );<br />
header("Location: http://nuovo.hostname.com$_SERVER[REQUEST_URI]");<br />
exit();<br />
?&gt;[/php]</p>
<p dir="auto">Gli URL del vecchio e del nuovo devono essere uguale (a parte il nome host).</p>
]]></description><link>https://connect.gt/post/453655</link><guid isPermaLink="true">https://connect.gt/post/453655</guid><dc:creator><![CDATA[fra.t]]></dc:creator><pubDate>Wed, 31 Jan 2007 10:32:08 GMT</pubDate></item></channel></rss>