<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Make search engines love PHPmotion (part 2)</title>
	<atom:link href="http://moulincreatif.com/blog/phpmotion/make-search-engines-love-phpmotion-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://moulincreatif.com/blog/phpmotion/make-search-engines-love-phpmotion-part-2/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 03 Jan 2012 19:49:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ben</title>
		<link>http://moulincreatif.com/blog/phpmotion/make-search-engines-love-phpmotion-part-2/comment-page-1/#comment-3102</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 21 Jan 2011 12:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://moulincreatif.com/blog/?p=60#comment-3102</guid>
		<description>Check in classes/settings.php if you have the domain name set with www or not. That&#039;s probably the issue.</description>
		<content:encoded><![CDATA[<p>Check in classes/settings.php if you have the domain name set with www or not. That&#8217;s probably the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diakbar</title>
		<link>http://moulincreatif.com/blog/phpmotion/make-search-engines-love-phpmotion-part-2/comment-page-1/#comment-3097</link>
		<dc:creator>diakbar</dc:creator>
		<pubDate>Fri, 21 Jan 2011 07:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://moulincreatif.com/blog/?p=60#comment-3097</guid>
		<description>bro, I have a site with phpmotion installed, and i wonder why my site is redirect from www to non-www, my site http://www.ee.ui.ac.id/netlabs/phpmotion, as you will see that the phpmotion will redirect from www to non-www, help please,. thanks</description>
		<content:encoded><![CDATA[<p>bro, I have a site with phpmotion installed, and i wonder why my site is redirect from www to non-www, my site <a href="http://www.ee.ui.ac.id/netlabs/phpmotion" rel="nofollow">http://www.ee.ui.ac.id/netlabs/phpmotion</a>, as you will see that the phpmotion will redirect from www to non-www, help please,. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://moulincreatif.com/blog/phpmotion/make-search-engines-love-phpmotion-part-2/comment-page-1/#comment-313</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 28 Apr 2010 07:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://moulincreatif.com/blog/?p=60#comment-313</guid>
		<description>There shouldn&#039;t be anything extra to do for sub folders the above should work ok.</description>
		<content:encoded><![CDATA[<p>There shouldn&#8217;t be anything extra to do for sub folders the above should work ok.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cybernoypi</title>
		<link>http://moulincreatif.com/blog/phpmotion/make-search-engines-love-phpmotion-part-2/comment-page-1/#comment-312</link>
		<dc:creator>cybernoypi</dc:creator>
		<pubDate>Wed, 28 Apr 2010 03:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://moulincreatif.com/blog/?p=60#comment-312</guid>
		<description>awesome! how about with sub-folder redirects with non-www or www redirects</description>
		<content:encoded><![CDATA[<p>awesome! how about with sub-folder redirects with non-www or www redirects</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RevJeff</title>
		<link>http://moulincreatif.com/blog/phpmotion/make-search-engines-love-phpmotion-part-2/comment-page-1/#comment-72</link>
		<dc:creator>RevJeff</dc:creator>
		<pubDate>Mon, 01 Feb 2010 21:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://moulincreatif.com/blog/?p=60#comment-72</guid>
		<description>OMG dude! This is so awesome! I have been designing and hosting sites for years and never ever thought about what people do when they go to a site without the www.

So flipping cool. Made me think and act. :)</description>
		<content:encoded><![CDATA[<p>OMG dude! This is so awesome! I have been designing and hosting sites for years and never ever thought about what people do when they go to a site without the www.</p>
<p>So flipping cool. Made me think and act. <img src='http://moulincreatif.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://moulincreatif.com/blog/phpmotion/make-search-engines-love-phpmotion-part-2/comment-page-1/#comment-68</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 28 Jan 2010 22:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://moulincreatif.com/blog/?p=60#comment-68</guid>
		<description>Something like RewriteRule ^page/([^/]*)$ page.php?page=$1 [L] should work with links .com/page/1 if you wanted to use .com/page/about you&#039;d be best to write individual rules for each page.

RewriteRule ^about/?$ page.php?page=X [L]
Where X is the page id for the about page (1)</description>
		<content:encoded><![CDATA[<p>Something like RewriteRule ^page/([^/]*)$ page.php?page=$1 [L] should work with links .com/page/1 if you wanted to use .com/page/about you&#8217;d be best to write individual rules for each page.</p>
<p>RewriteRule ^about/?$ page.php?page=X [L]<br />
Where X is the page id for the about page (1)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stockport Web Design</title>
		<link>http://moulincreatif.com/blog/phpmotion/make-search-engines-love-phpmotion-part-2/comment-page-1/#comment-59</link>
		<dc:creator>Stockport Web Design</dc:creator>
		<pubDate>Sun, 24 Jan 2010 22:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://moulincreatif.com/blog/?p=60#comment-59</guid>
		<description>What code is required for aaplying an seo url to the pages  eg, contact us page, terms etc?


I added this to .htaccess:
RewriteRule ^page/([^/]*)$ page.php?page=$1 [L]

and this to directory browsing list:
RewriteRule ^page(.?)$               page.php [L]


All i get is &#039;domain.com/page.php?page=3&#039; for these pages.</description>
		<content:encoded><![CDATA[<p>What code is required for aaplying an seo url to the pages  eg, contact us page, terms etc?</p>
<p>I added this to .htaccess:<br />
RewriteRule ^page/([^/]*)$ page.php?page=$1 [L]</p>
<p>and this to directory browsing list:<br />
RewriteRule ^page(.?)$               page.php [L]</p>
<p>All i get is &#8216;domain.com/page.php?page=3&#8242; for these pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://moulincreatif.com/blog/phpmotion/make-search-engines-love-phpmotion-part-2/comment-page-1/#comment-53</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 11 Jan 2010 14:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://moulincreatif.com/blog/?p=60#comment-53</guid>
		<description>Glad it helps, I&#039;d like to do more posts like this but I&#039;m a bit busy at the moment. Hopefully things will calm down soon and I&#039;ll be able to write some more.</description>
		<content:encoded><![CDATA[<p>Glad it helps, I&#8217;d like to do more posts like this but I&#8217;m a bit busy at the moment. Hopefully things will calm down soon and I&#8217;ll be able to write some more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Corbett</title>
		<link>http://moulincreatif.com/blog/phpmotion/make-search-engines-love-phpmotion-part-2/comment-page-1/#comment-50</link>
		<dc:creator>Steven Corbett</dc:creator>
		<pubDate>Sat, 09 Jan 2010 12:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://moulincreatif.com/blog/?p=60#comment-50</guid>
		<description>This is great stuff.  I just made the changes on my V3 site, and love the results.  Thanks for the excellent info, Ben.</description>
		<content:encoded><![CDATA[<p>This is great stuff.  I just made the changes on my V3 site, and love the results.  Thanks for the excellent info, Ben.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

