<?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: Tutorial : Creating &#8220;Pretty SEO URLS&#8221; using Apache&#8217;s mod_rewrite</title>
	<atom:link href="http://visionmasterdesigns.com/tutorial-creating-pretty-seo-url-using-apache-mod-rewrite/feed/" rel="self" type="application/rss+xml" />
	<link>http://visionmasterdesigns.com/tutorial-creating-pretty-seo-url-using-apache-mod-rewrite/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 31 Jul 2010 15:34:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Esmeralda Cosey</title>
		<link>http://visionmasterdesigns.com/tutorial-creating-pretty-seo-url-using-apache-mod-rewrite/comment-page-1/#comment-5683</link>
		<dc:creator>Esmeralda Cosey</dc:creator>
		<pubDate>Mon, 12 Jul 2010 14:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.visionmasterdesigns.com/?p=323#comment-5683</guid>
		<description>I just saw your web page on google its an incredible site you&#039;ve done an incredible job I will surely come back Thanks!</description>
		<content:encoded><![CDATA[<p>I just saw your web page on google its an incredible site you&#8217;ve done an incredible job I will surely come back Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kandy Perretta</title>
		<link>http://visionmasterdesigns.com/tutorial-creating-pretty-seo-url-using-apache-mod-rewrite/comment-page-1/#comment-4033</link>
		<dc:creator>Kandy Perretta</dc:creator>
		<pubDate>Sun, 23 May 2010 14:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.visionmasterdesigns.com/?p=323#comment-4033</guid>
		<description>It&#039;s a very time consuming process. Sometimes it&#039;s better to hire a &lt;a href=&quot;http://www.atlantasearchengineoptimizationpros.com/&quot; rel=&quot;nofollow&quot;&gt;Atlanta Search Engine Optimization company&lt;/a&gt; to do the work for you.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a very time consuming process. Sometimes it&#8217;s better to hire a <a href="http://www.atlantasearchengineoptimizationpros.com/" rel="nofollow">Atlanta Search Engine Optimization company</a> to do the work for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vicky</title>
		<link>http://visionmasterdesigns.com/tutorial-creating-pretty-seo-url-using-apache-mod-rewrite/comment-page-1/#comment-3763</link>
		<dc:creator>vicky</dc:creator>
		<pubDate>Fri, 07 May 2010 12:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.visionmasterdesigns.com/?p=323#comment-3763</guid>
		<description>that&#039;s really a fantastic post ! added to my favourite blogs list.. I have been reading your blog last couple of weeks and enjoy every bit. Thanks. 
 </description>
		<content:encoded><![CDATA[<p>that&#39;s really a fantastic post ! added to my favourite blogs list.. I have been reading your blog last couple of weeks and enjoy every bit. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bassie</title>
		<link>http://visionmasterdesigns.com/tutorial-creating-pretty-seo-url-using-apache-mod-rewrite/comment-page-1/#comment-3236</link>
		<dc:creator>bassie</dc:creator>
		<pubDate>Tue, 13 Oct 2009 20:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.visionmasterdesigns.com/?p=323#comment-3236</guid>
		<description>I understand the rewrite htaccess. 
But Seo whise: The page still creates links with parameters and isn&#039;t it so that the se crawlers will still see the links going to pages with parameters, and therefor isn&#039;t there a need to 301 redirect, and make your php script create links that are seo friendly as well ?

grtz</description>
		<content:encoded><![CDATA[<p>I understand the rewrite htaccess.<br />
But Seo whise: The page still creates links with parameters and isn&#8217;t it so that the se crawlers will still see the links going to pages with parameters, and therefor isn&#8217;t there a need to 301 redirect, and make your php script create links that are seo friendly as well ?</p>
<p>grtz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ubh</title>
		<link>http://visionmasterdesigns.com/tutorial-creating-pretty-seo-url-using-apache-mod-rewrite/comment-page-1/#comment-2431</link>
		<dc:creator>ubh</dc:creator>
		<pubDate>Sat, 11 Apr 2009 20:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.visionmasterdesigns.com/?p=323#comment-2431</guid>
		<description>patd, I am running apache 2.2 and php 5.2.9 and I have mod rewrite turned on.

My question is with this guy:
RewriteRule ^(.*)\.php$ index.php?pageName=$1 [L]

Upon using it on a url like this:
http://localhost/newSite/home.php

The pageName variable in the index.php file comes out as &quot;index&quot; instead of the request &quot;home&quot;. Please my friend can you shed some light why when passing home.php into the pageName variable it comes out as &quot;index&quot;?</description>
		<content:encoded><![CDATA[<p>patd, I am running apache 2.2 and php 5.2.9 and I have mod rewrite turned on.</p>
<p>My question is with this guy:<br />
RewriteRule ^(.*)\.php$ index.php?pageName=$1 [L]</p>
<p>Upon using it on a url like this:<br />
<a href="http://localhost/newSite/home.php" rel="nofollow">http://localhost/newSite/home.php</a></p>
<p>The pageName variable in the index.php file comes out as &#8220;index&#8221; instead of the request &#8220;home&#8221;. Please my friend can you shed some light why when passing home.php into the pageName variable it comes out as &#8220;index&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patd</title>
		<link>http://visionmasterdesigns.com/tutorial-creating-pretty-seo-url-using-apache-mod-rewrite/comment-page-1/#comment-2387</link>
		<dc:creator>patd</dc:creator>
		<pubDate>Sat, 11 Apr 2009 06:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.visionmasterdesigns.com/?p=323#comment-2387</guid>
		<description>I have to say this .htaccess thing is pretty hard.

try tutorials that are available online, or try this book, its good &quot;Definitive Guide to Apache mod_rewrite&quot;</description>
		<content:encoded><![CDATA[<p>I have to say this .htaccess thing is pretty hard.</p>
<p>try tutorials that are available online, or try this book, its good &#8220;Definitive Guide to Apache mod_rewrite&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danreb</title>
		<link>http://visionmasterdesigns.com/tutorial-creating-pretty-seo-url-using-apache-mod-rewrite/comment-page-1/#comment-2386</link>
		<dc:creator>danreb</dc:creator>
		<pubDate>Sat, 11 Apr 2009 06:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.visionmasterdesigns.com/?p=323#comment-2386</guid>
		<description>thanks, patd now it works, but i was pretty confuse, maybe need help with all the master here!, I was able to create a pretty URL in my company site , from this ugly URL - http://teamquest-inc.com.ph/index.php?id=1 now can be browse with this pretty URL of http://teamquest-inc.com.ph/pages1.html and so on ( all other pages also comes in that format - pages2,3,4,5.html)

but this URL I find it hard to convert into pretty URL -
[code]http://teamquest-inc.com.ph/index.php?id=6&amp;action=show_blog_entry&amp;blog_entry_id=1&amp;blog_id=1
[/code] all I want is to Rewrite this URl to this one
[code]http://teamquest-inc.com.ph/pages/blog/entry1.html[/code] and so on....

Any suggestion how can I achived this? I am very new in URL Rewriting , thanks in advanced.</description>
		<content:encoded><![CDATA[<p>thanks, patd now it works, but i was pretty confuse, maybe need help with all the master here!, I was able to create a pretty URL in my company site , from this ugly URL &#8211; <a href="http://teamquest-inc.com.ph/index.php?id=1" rel="nofollow">http://teamquest-inc.com.ph/index.php?id=1</a> now can be browse with this pretty URL of <a href="http://teamquest-inc.com.ph/pages1.html" rel="nofollow">http://teamquest-inc.com.ph/pages1.html</a> and so on ( all other pages also comes in that format &#8211; pages2,3,4,5.html)</p>
<p>but this URL I find it hard to convert into pretty URL -<br />
[code]http://teamquest-inc.com.ph/index.php?id=6&amp;action=show_blog_entry&amp;blog_entry_id=1&amp;blog_id=1<br />
[/code] all I want is to Rewrite this URl to this one<br />
[code]http://teamquest-inc.com.ph/pages/blog/entry1.html[/code] and so on&#8230;.</p>
<p>Any suggestion how can I achived this? I am very new in URL Rewriting , thanks in advanced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patd</title>
		<link>http://visionmasterdesigns.com/tutorial-creating-pretty-seo-url-using-apache-mod-rewrite/comment-page-1/#comment-2381</link>
		<dc:creator>patd</dc:creator>
		<pubDate>Sat, 11 Apr 2009 02:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.visionmasterdesigns.com/?p=323#comment-2381</guid>
		<description>actually its was the problem of easyphp, but I used xampp, and it worked fine.

so friends use xampp.</description>
		<content:encoded><![CDATA[<p>actually its was the problem of easyphp, but I used xampp, and it worked fine.</p>
<p>so friends use xampp.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danreb</title>
		<link>http://visionmasterdesigns.com/tutorial-creating-pretty-seo-url-using-apache-mod-rewrite/comment-page-1/#comment-2347</link>
		<dc:creator>danreb</dc:creator>
		<pubDate>Fri, 10 Apr 2009 15:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.visionmasterdesigns.com/?p=323#comment-2347</guid>
		<description>Yes, just as patd said , the sample file is not working also in my server, the mod_rewrite option is also enabled.</description>
		<content:encoded><![CDATA[<p>Yes, just as patd said , the sample file is not working also in my server, the mod_rewrite option is also enabled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patd</title>
		<link>http://visionmasterdesigns.com/tutorial-creating-pretty-seo-url-using-apache-mod-rewrite/comment-page-1/#comment-1429</link>
		<dc:creator>patd</dc:creator>
		<pubDate>Fri, 06 Mar 2009 10:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.visionmasterdesigns.com/?p=323#comment-1429</guid>
		<description>Hi,
I have used the files you have provided, but its not working in my server.
I have already check the mod_rewrite option and its enabled.

can you tell me what could be the problem, does it work on windows. I have easyphp installed on windows.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have used the files you have provided, but its not working in my server.<br />
I have already check the mod_rewrite option and its enabled.</p>
<p>can you tell me what could be the problem, does it work on windows. I have easyphp installed on windows.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
