<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Permalinks for Pages in WordPress Made Simple</title>
	<link>http://jackborn.com/blog/2005/06/05/permalinks-for-pages-in-wordpress-made-simple/</link>
	<description>Marketing, entrepreneurship, php programming</description>
	<pubDate>Tue, 06 Jan 2009 03:51:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0</generator>

	<item>
		<title>by: marco garcia</title>
		<link>http://jackborn.com/blog/2005/06/05/permalinks-for-pages-in-wordpress-made-simple/#comment-12</link>
		<pubDate>Mon, 08 Aug 2005 05:43:26 +0000</pubDate>
		<guid>http://jackborn.com/blog/2005/06/05/permalinks-for-pages-in-wordpress-made-simple/#comment-12</guid>
					<description>hello, i found this WP SEO tip on http://blogging.typepad.com/how_to_blog/2004/08/how_to_configur.html

and was wondering if i could use this with your plug in. the reason is that i want to have my permalinks named like the post. do you know if it will work fine? i'm freshly designing two sites (first time using WP) and i wanted to maximize my customers chances of getting visits.


RewriteEngine On
RewriteBase /
RewriteRule ^category/(.*)/(feed&amp;#124;rdf&amp;#124;rss&amp;#124;rss2&amp;#124;atom)/?$ /wp-feed.php?category_name=$1&amp;#38;feed=$2 [QSA]
RewriteRule ^category/?(.*) /index.php?category_name=$1 [QSA]
RewriteRule ^author/(.*)/(feed&amp;#124;rdf&amp;#124;rss&amp;#124;rss2&amp;#124;atom)/?$ /wp-feed.php?author_name=$1&amp;#38;feed=$2 [QSA]
RewriteRule ^author/?(.*) /index.php?author_name=$1 [QSA]
RewriteRule ^([_0-9a-z-]+).htm([0-9]+)?/?$ /index.php?name=$1&amp;#38;page=$2 [QSA]
RewriteRule ^([_0-9a-z-]+).htm/(feed&amp;#124;rdf&amp;#124;rss&amp;#124;rss2&amp;#124;atom)/?$ /wp-feed.php?name=$1&amp;#38;feed=$2 [QSA]
RewriteRule ^([_0-9a-z-]+).htm/trackback/?$ /wp-trackback.php?name=$1 [QSA]
RewriteRule ^feed/?([_0-9a-z-]+)?/?$ /wp-feed.php?feed=$1 [QSA]
RewriteRule ^comments/feed/?([_0-9a-z-]+)?/?$ /wp-feed.php?feed=$1&amp;#38;withcomments=1 [QSA]</description>
		<content:encoded><![CDATA[<p>hello, i found this WP SEO tip on <a href='http://blogging.typepad.com/how_to_blog/2004/08/how_to_configur.html' rel='nofollow'>http://blogging.typepad.com/how_to_blog/2004/08/how_to_configur.html</a></p>
<p>and was wondering if i could use this with your plug in. the reason is that i want to have my permalinks named like the post. do you know if it will work fine? i&#8217;m freshly designing two sites (first time using WP) and i wanted to maximize my customers chances of getting visits.</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteRule ^category/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?category_name=$1&amp;feed=$2 [QSA]<br />
RewriteRule ^category/?(.*) /index.php?category_name=$1 [QSA]<br />
RewriteRule ^author/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?author_name=$1&amp;feed=$2 [QSA]<br />
RewriteRule ^author/?(.*) /index.php?author_name=$1 [QSA]<br />
RewriteRule ^([_0-9a-z-]+).htm([0-9]+)?/?$ /index.php?name=$1&amp;page=$2 [QSA]<br />
RewriteRule ^([_0-9a-z-]+).htm/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?name=$1&amp;feed=$2 [QSA]<br />
RewriteRule ^([_0-9a-z-]+).htm/trackback/?$ /wp-trackback.php?name=$1 [QSA]<br />
RewriteRule ^feed/?([_0-9a-z-]+)?/?$ /wp-feed.php?feed=$1 [QSA]<br />
RewriteRule ^comments/feed/?([_0-9a-z-]+)?/?$ /wp-feed.php?feed=$1&amp;withcomments=1 [QSA]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Administrator</title>
		<link>http://jackborn.com/blog/2005/06/05/permalinks-for-pages-in-wordpress-made-simple/#comment-7</link>
		<pubDate>Fri, 10 Jun 2005 14:52:29 +0000</pubDate>
		<guid>http://jackborn.com/blog/2005/06/05/permalinks-for-pages-in-wordpress-made-simple/#comment-7</guid>
					<description>I don't know why you don't hear about this more often.  I guess folks just put up with it.  Either that, or they're using WordPress first and foremost for adding posts, not pages.

With the addition of 'pages' WordPress seems to be adding CMS capabilities.

Anyhow, here is a page in the codex that people can read for more information:
http://codex.wordpress.org/Using_Permalinks

And a post from a WordPress user experiencing the difficulties I described in my post.
http://wordpress.org/support/topic/34953</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know why you don&#8217;t hear about this more often.  I guess folks just put up with it.  Either that, or they&#8217;re using WordPress first and foremost for adding posts, not pages.</p>
<p>With the addition of &#8216;pages&#8217; WordPress seems to be adding CMS capabilities.</p>
<p>Anyhow, here is a page in the codex that people can read for more information:<br />
<a href='http://codex.wordpress.org/Using_Permalinks' rel='nofollow'>http://codex.wordpress.org/Using_Permalinks</a></p>
<p>And a post from a WordPress user experiencing the difficulties I described in my post.<br />
<a href='http://wordpress.org/support/topic/34953' rel='nofollow'>http://wordpress.org/support/topic/34953</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Bennett</title>
		<link>http://jackborn.com/blog/2005/06/05/permalinks-for-pages-in-wordpress-made-simple/#comment-6</link>
		<pubDate>Fri, 10 Jun 2005 07:40:28 +0000</pubDate>
		<guid>http://jackborn.com/blog/2005/06/05/permalinks-for-pages-in-wordpress-made-simple/#comment-6</guid>
					<description>I never had this problem; my .htaccess permissions are 644, and I don't have to do anything extra when I create a new page.

It might depend on how PHP is installed. My host uses PHPsuexec (or is it suphpexec?) which causes the PHP process to run as me rather than the apache user. I think this is why my .htaccess doesn't have to be world-writable.

Your solution looks useful though -- I wonder why we don't hear more about this problem?</description>
		<content:encoded><![CDATA[<p>I never had this problem; my .htaccess permissions are 644, and I don&#8217;t have to do anything extra when I create a new page.</p>
<p>It might depend on how PHP is installed. My host uses PHPsuexec (or is it suphpexec?) which causes the PHP process to run as me rather than the apache user. I think this is why my .htaccess doesn&#8217;t have to be world-writable.</p>
<p>Your solution looks useful though &#8212; I wonder why we don&#8217;t hear more about this problem?
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
