<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress Ideas &#187; Topic: Redirection when URL is different from permalink</title>
		<link>http://wordpress.org/ideas/topic/redirection-when-url-is-different-from-permalink</link>
		<description>WordPress Ideas &#187; Topic: Redirection when URL is different from permalink</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 06:42:43 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://wordpress.org/ideas/rss/topic/redirection-when-url-is-different-from-permalink" rel="self" type="application/rss+xml" />

		<item>
			<title>snakefoot on "Redirection when URL is different from permalink"</title>
			<link>http://wordpress.org/ideas/topic/redirection-when-url-is-different-from-permalink#post-2981</link>
			<pubDate>Sun, 13 May 2007 07:39:46 +0000</pubDate>
			<dc:creator>snakefoot</dc:creator>
			<guid isPermaLink="false">2981@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Yes I mean the difference between the slug and the ?-edition. But one can also create two url's to a page this way:</p>
<p><a href="http://wordpress.org/development/" rel="nofollow">http://wordpress.org/development/</a></p>
<p><a href="http://wordpress.org/development/200/" rel="nofollow">http://wordpress.org/development/200/</a></p>
<p>Since the second doesn't exist, then it should either perform a permanent redirect or generate a 404. Same can be done by accessing a post through the post-id or through the slug.</p>
<p>Like Viper007Bond said there exist a plugin (though the one he give doesn't work for IIS, so I created my own plugin for IIS). But it is merely patching of the wp_rewrite_rules, which are very greedy and accept almost any URL as valid.</p>
<p>Would be better if the wp_rewrite_rules were strict. Then a plugin could be used to generate a smart 404 which could display the pages that match the tokens in the url, and maybe also use the search token if the visit came from a search engine.
</p>]]></description>
					</item>
		<item>
			<title>Mike Schinkel on "Redirection when URL is different from permalink"</title>
			<link>http://wordpress.org/ideas/topic/redirection-when-url-is-different-from-permalink#post-1982</link>
			<pubDate>Sun, 18 Feb 2007 05:33:27 +0000</pubDate>
			<dc:creator>Mike Schinkel</dc:creator>
			<guid isPermaLink="false">1982@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I'm not exactly sure what snakefoot is looking for. How can WordPress find a post/page at a different URL?  If he is talking about the ?p=nnn then YES, I agree.  If something else, I might disagree (and maybe strongly.)
</p>]]></description>
					</item>
		<item>
			<title>Alex Mills (Viper007Bond) on "Redirection when URL is different from permalink"</title>
			<link>http://wordpress.org/ideas/topic/redirection-when-url-is-different-from-permalink#post-565</link>
			<pubDate>Fri, 12 Jan 2007 13:53:34 +0000</pubDate>
			<dc:creator>Alex Mills (Viper007Bond)</dc:creator>
			<guid isPermaLink="false">565@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Accomplished via a plugin: <a href="http://fucoder.com/code/permalink-redirect/" rel="nofollow">http://fucoder.com/code/permalink-redirect/</a></p>
<p>Wouldn't mind it being in the core as long as I have the option to skip the redirect on certain pages (via a hook or filter).
</p>]]></description>
					</item>
		<item>
			<title>snakefoot on "Redirection when URL is different from permalink"</title>
			<link>http://wordpress.org/ideas/topic/redirection-when-url-is-different-from-permalink#post-525</link>
			<pubDate>Fri, 12 Jan 2007 00:30:54 +0000</pubDate>
			<dc:creator>snakefoot</dc:creator>
			<guid isPermaLink="false">525@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>If wordpress is able to find the proper post/page, but the url used to reach it is different, than the one wordpress generates, then it should issue af 301 to avoid duplicate contents on search engines.</p>
<p>If wordpress is unable to find the proper post/page, then it should issue a 404 instead of just displaying a 200 saying "Sorry, no posts matched your criteria".</p>
<p>Should consider giving the search result page the meta noindex tag.
</p>]]></description>
					</item>

	</channel>
</rss>
