<?xml version="1.0" encoding="UTF-8"?><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>Comments on: Broken permalinks- help!</title>
	<atom:link href="http://randaclay.com/blogging/broken-permalinks-help/feed/" rel="self" type="application/rss+xml" />
	<link>http://randaclay.com/blogging/broken-permalinks-help/</link>
	<description>Design, Marketing, Blogging, Branding and all things Creative</description>
	<pubDate>Tue, 14 Oct 2008 16:19:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Randa</title>
		<link>http://randaclay.com/blogging/broken-permalinks-help/#comment-2124</link>
		<dc:creator>Randa</dc:creator>
		<pubDate>Mon, 13 Aug 2007 13:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://randaclay.com/2007/08/12/broken-permalinks-help/#comment-2124</guid>
		<description>Another update, I put in a manual, single post redirect into the htaccess, and it did work:
redirect 301 /archives/4-reasons-your-blog-needs-a-logo http://randaclay.com/blogging/4-reasons-your-blog-needs-a-logo

Maybe instead of using a plugin, I need to just set up something similar in htaccess that would take care of all of them at once, but I don't know what that code would look like...   Anyone???  I just need a wildcard kind of thing right? Something like:
redirect 301 /archives/* http://randaclay.com/blogging/*</description>
		<content:encoded><![CDATA[<p>Another update, I put in a manual, single post redirect into the htaccess, and it did work:<br />
redirect 301 /archives/4-reasons-your-blog-needs-a-logo <a href="http://randaclay.com/blogging/4-reasons-your-blog-needs-a-logo" rel="nofollow">http://randaclay.com/blogging/4-reasons-your-blog-needs-a-logo</a></p>
<p>Maybe instead of using a plugin, I need to just set up something similar in htaccess that would take care of all of them at once, but I don&#8217;t know what that code would look like&#8230;   Anyone???  I just need a wildcard kind of thing right? Something like:<br />
redirect 301 /archives/* <a href="http://randaclay.com/blogging/" rel="nofollow">http://randaclay.com/blogging/</a>*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://randaclay.com/blogging/broken-permalinks-help/#comment-2123</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 13 Aug 2007 13:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://randaclay.com/2007/08/12/broken-permalinks-help/#comment-2123</guid>
		<description>It seems that there's a misconfiguration on your host (like you already pointed out), because every page starting with /archives/ gives other 404 error page containing ads [1], it isn't the one that WordPress uses [2]

[1] http://randaclay.com/archives/foo/
[2] http://randaclay.com/foo/foo/</description>
		<content:encoded><![CDATA[<p>It seems that there&#8217;s a misconfiguration on your host (like you already pointed out), because every page starting with /archives/ gives other 404 error page containing ads [1], it isn&#8217;t the one that WordPress uses [2]</p>
<p>[1] <a href="http://randaclay.com/archives/foo/" rel="nofollow">http://randaclay.com/archives/foo/</a><br />
[2] <a href="http://randaclay.com/foo/foo/" rel="nofollow">http://randaclay.com/foo/foo/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randa</title>
		<link>http://randaclay.com/blogging/broken-permalinks-help/#comment-2122</link>
		<dc:creator>Randa</dc:creator>
		<pubDate>Mon, 13 Aug 2007 12:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://randaclay.com/2007/08/12/broken-permalinks-help/#comment-2122</guid>
		<description>@Michael - no, and in fact, I have deleted my htaccess file several times in this process to no avail.

@Tara - I just tried the plugin and it didn't work for me. Somehow my site has decided it hates anything starting with /archives/.  Everything else works!  I don't get it!  Cool plugin though.  

This really seems to me like a host level problem, not a wordpress problem.  I don't know what they possibly could have done though, and all my other sites work fine, some of which have the permalinks starting with /archives/</description>
		<content:encoded><![CDATA[<p>@Michael - no, and in fact, I have deleted my htaccess file several times in this process to no avail.</p>
<p>@Tara - I just tried the plugin and it didn&#8217;t work for me. Somehow my site has decided it hates anything starting with /archives/.  Everything else works!  I don&#8217;t get it!  Cool plugin though.  </p>
<p>This really seems to me like a host level problem, not a wordpress problem.  I don&#8217;t know what they possibly could have done though, and all my other sites work fine, some of which have the permalinks starting with /archives/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tara: Graphic Design Blog</title>
		<link>http://randaclay.com/blogging/broken-permalinks-help/#comment-2121</link>
		<dc:creator>Tara: Graphic Design Blog</dc:creator>
		<pubDate>Mon, 13 Aug 2007 12:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://randaclay.com/2007/08/12/broken-permalinks-help/#comment-2121</guid>
		<description>All worked fine for me but you might want to try it out on a test site first.</description>
		<content:encoded><![CDATA[<p>All worked fine for me but you might want to try it out on a test site first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael from Pro Blog Design</title>
		<link>http://randaclay.com/blogging/broken-permalinks-help/#comment-2120</link>
		<dc:creator>Michael from Pro Blog Design</dc:creator>
		<pubDate>Mon, 13 Aug 2007 12:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://randaclay.com/2007/08/12/broken-permalinks-help/#comment-2120</guid>
		<description>Do you have anything else in your .htaccess file? (eg. code for blocking certain visitors, rewriting domains etc.)

If so, the order in which you put things can have an impact. Try them out in different orders perhaps? (WP is usually supposed to be at the bottom)</description>
		<content:encoded><![CDATA[<p>Do you have anything else in your .htaccess file? (eg. code for blocking certain visitors, rewriting domains etc.)</p>
<p>If so, the order in which you put things can have an impact. Try them out in different orders perhaps? (WP is usually supposed to be at the bottom)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randa</title>
		<link>http://randaclay.com/blogging/broken-permalinks-help/#comment-2119</link>
		<dc:creator>Randa</dc:creator>
		<pubDate>Mon, 13 Aug 2007 11:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://randaclay.com/2007/08/12/broken-permalinks-help/#comment-2119</guid>
		<description>Oh!  Thanks Tara, I might try that.  Did you find that there were any drawbacks to installing it. Sounds like the perfect solution.</description>
		<content:encoded><![CDATA[<p>Oh!  Thanks Tara, I might try that.  Did you find that there were any drawbacks to installing it. Sounds like the perfect solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tara: Graphic Design Blog</title>
		<link>http://randaclay.com/blogging/broken-permalinks-help/#comment-2118</link>
		<dc:creator>Tara: Graphic Design Blog</dc:creator>
		<pubDate>Mon, 13 Aug 2007 11:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://randaclay.com/2007/08/12/broken-permalinks-help/#comment-2118</guid>
		<description>There is a plugin you can use to change the structure of your permalink. When I started out I left the links as their defaults  - I didn't know you could change them. A few months a go I found  &lt;a href="http://www.deanlee.cn/wordpress/permalinks-migration-plugin/"&gt;Deans permalink migration&lt;/a&gt; which allows you to change the structure without breaking you old links. It worked Ok for me.</description>
		<content:encoded><![CDATA[<p>There is a plugin you can use to change the structure of your permalink. When I started out I left the links as their defaults  - I didn&#8217;t know you could change them. A few months a go I found  <a href="http://www.deanlee.cn/wordpress/permalinks-migration-plugin/">Deans permalink migration</a> which allows you to change the structure without breaking you old links. It worked Ok for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randa Clay</title>
		<link>http://randaclay.com/blogging/broken-permalinks-help/#comment-2117</link>
		<dc:creator>Randa Clay</dc:creator>
		<pubDate>Mon, 13 Aug 2007 10:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://randaclay.com/2007/08/12/broken-permalinks-help/#comment-2117</guid>
		<description>Becca - thanks for that info. I really thought blowing away my htaccess would fix it, but no luck.

You're right David, it is a big decision and when you start a blog you have no idea for the most part.  I am glad I have the post name in the permalink at least.  Otherwise, I don't know what I would have chosen if I could go back. I haven't worried about it, since I can't change it, presuming this current issue gets sorted out.</description>
		<content:encoded><![CDATA[<p>Becca - thanks for that info. I really thought blowing away my htaccess would fix it, but no luck.</p>
<p>You&#8217;re right David, it is a big decision and when you start a blog you have no idea for the most part.  I am glad I have the post name in the permalink at least.  Otherwise, I don&#8217;t know what I would have chosen if I could go back. I haven&#8217;t worried about it, since I can&#8217;t change it, presuming this current issue gets sorted out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Airey :: Graphic Designer</title>
		<link>http://randaclay.com/blogging/broken-permalinks-help/#comment-2116</link>
		<dc:creator>David Airey :: Graphic Designer</dc:creator>
		<pubDate>Mon, 13 Aug 2007 10:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://randaclay.com/2007/08/12/broken-permalinks-help/#comment-2116</guid>
		<description>Sorry Randa, this isn't really my forté. I feel your pain though, and I hope you get it sussed out as soon as possible.

Out of curiousity, are you happy that you chose archives/postname/ as your permalink? It's quite a big decision to make right at the beginning of a blog's life.

Ah the joy of Ajax Edit Comments.</description>
		<content:encoded><![CDATA[<p>Sorry Randa, this isn&#8217;t really my forté. I feel your pain though, and I hope you get it sussed out as soon as possible.</p>
<p>Out of curiousity, are you happy that you chose archives/postname/ as your permalink? It&#8217;s quite a big decision to make right at the beginning of a blog&#8217;s life.</p>
<p>Ah the joy of Ajax Edit Comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Becca</title>
		<link>http://randaclay.com/blogging/broken-permalinks-help/#comment-2114</link>
		<dc:creator>Becca</dc:creator>
		<pubDate>Mon, 13 Aug 2007 03:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://randaclay.com/2007/08/12/broken-permalinks-help/#comment-2114</guid>
		<description>That happened to me when I changed my htaccess file to block hotlinking. I had to remove those lines for it to work again properly. I doubt that helps you but I thought I'd share.</description>
		<content:encoded><![CDATA[<p>That happened to me when I changed my htaccess file to block hotlinking. I had to remove those lines for it to work again properly. I doubt that helps you but I thought I&#8217;d share.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
