<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WordPress Hacks &#187; WordPress URL</title>
	<atom:link href="http://wphacks.com/tag/wordpress-url/feed/" rel="self" type="application/rss+xml" />
	<link>http://wphacks.com</link>
	<description>WordPress Themes, Plugins, Hacks, Tutorials, and more!</description>
	<lastBuildDate>Thu, 02 Feb 2012 15:20:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How To: Switching Your WordPress Blog&#8217;s Permalink Stucture</title>
		<link>http://wphacks.com/how-to-switch-your-wordpress-blogs-permalink-structure/</link>
		<comments>http://wphacks.com/how-to-switch-your-wordpress-blogs-permalink-structure/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 12:00:14 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Permalink Redirect]]></category>
		<category><![CDATA[Permalink Structure]]></category>
		<category><![CDATA[WordPress URL]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=464</guid>
		<description><![CDATA[As a follow up to yesterday&#8217;s post about WordPress permalink structure (where a good discussion took place in the comments), I decided today that I would dedicate a post to showing you how to switch your blog&#8217;s permalink structure without creating any invalid URL&#8217;s. The easiest way to accomplish this is to grab the Permalink [...]]]></description>
			<content:encoded><![CDATA[<p>As a follow up to yesterday&#8217;s post about <a href="http://wphacks.com/how-to-setting-up-your-wordpress-permalink-structure/">WordPress permalink structure</a> (where a good discussion took place in the comments), I decided today that I would dedicate a post to showing you how to switch your blog&#8217;s permalink structure without creating any invalid URL&#8217;s.</p>
<p>The easiest way to accomplish this is to grab the <a href="http://fucoder.com/code/permalink-redirect/">Permalink Redirect plugin</a> (my <a href="http://wphacks.com/prevent-duplicate-pages-with-permalink-redirect/">plugin review here</a>) and activate it.  Once activated, when you go into the Settings panel you should find a new tab called Permalink Redirect. Scroll down to the bottom of the page and you should see this:</p>
<p><a href="http://wphacks.com/wp-content/uploads/2008/04/permalink-example2.jpg"><img class="alignnone size-full wp-image-467" title="permalink-example2" src="http://wphacks.com/wp-content/uploads/2008/04/permalink-example2.jpg" alt="" width="498" height="121" /></a></p>
<p>In the old permalink structures box, you can paste your current permalink structure there (depending on which you choose, something like /%year%/%monthnum%/%day%/%postname%/).  If you are unsure what exactly to type, please refer to the <a href="http://codex.wordpress.org/Using_Permalinks">permalink page on the WordPress Codex</a>.</p>
<p>Now save and go to the Permalinks tab.   Select the custom field and type /%postname%/, then save.</p>
<p>Now go to an old URL and it should automatically redirect you to the same post&#8217;s new URL.   The search engines will see the 301 redirect and update accordingly!</p>
<p>Any questions?  Feel free to comment below!</p>
<p>Update: I believe the plugin has changed since this was written.  If you are comfortable updating your .htaccess file, you can instead redirect all your links to the new /%postname%/ url by adding the following:</p>
<p><code>RedirectMatch 301 /([0-9]+)/([0-9]+)/([0-9]+)/(.*)$ http://www.domain.com/$4</code></p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=216&type=feed" alt="" /><p>You are reading <a href="http://wphacks.com/how-to-switch-your-wordpress-blogs-permalink-structure/">How To: Switching Your WordPress Blog&#8217;s Permalink Stucture</a>  © 2008 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>

<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/how-to-switch-your-wordpress-blogs-permalink-structure/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

