<?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: A Simple mod_rewrite Tutorial: SEO-Friendly, Attractive URLs</title>
	<atom:link href="http://www.htmlist.com/how-to/a-simplemod_rewrite-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.htmlist.com/how-to/a-simplemod_rewrite-tutorial/</link>
	<description>A Web Development Blog by Synapse Studios</description>
	<lastBuildDate>Sun, 05 Feb 2012 02:47:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Bob Eagan</title>
		<link>http://www.htmlist.com/how-to/a-simplemod_rewrite-tutorial/comment-page-1/#comment-947</link>
		<dc:creator>Bob Eagan</dc:creator>
		<pubDate>Fri, 23 Sep 2011 17:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlist.com/?p=184#comment-947</guid>
		<description>If you pastebin what your htaccess looks like I can see about helping to point out what&#039;s not right for you.  Additionally, you should make sure that your host allows you to use .htaccess files and has mod_rewrite enabled.  Some may not.

If you run your own server and the Apache config contains &quot;AllowOverride None&quot; in the &lt;Directory&gt; section for your site you&#039;ll want to make sure that you change it to &quot;AllowOverride All&quot; instead.  You can see this page for additional information on that directive: http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride</description>
		<content:encoded><![CDATA[<p>If you pastebin what your htaccess looks like I can see about helping to point out what&#8217;s not right for you.  Additionally, you should make sure that your host allows you to use .htaccess files and has mod_rewrite enabled.  Some may not.</p>
<p>If you run your own server and the Apache config contains &#8220;AllowOverride None&#8221; in the <directory> section for your site you&#8217;ll want to make sure that you change it to &#8220;AllowOverride All&#8221; instead.  You can see this page for additional information on that directive: <a href="http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride" rel="nofollow">http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride</a></directory></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence</title>
		<link>http://www.htmlist.com/how-to/a-simplemod_rewrite-tutorial/comment-page-1/#comment-946</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Fri, 23 Sep 2011 17:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlist.com/?p=184#comment-946</guid>
		<description>I followed your tutorial but it doesn&#039;t seem to work in my case.

I want to convert

http://www.mysite.com/en/album/view.php?action=count&amp;path=L0FHTSAyMDA5LzIwMDktMy0yMS00LmpwZw

to

http://www.mysite.com/en/album/L0FHTSAyMDA5LzIwMDktMy0yMS00LmpwZw.html</description>
		<content:encoded><![CDATA[<p>I followed your tutorial but it doesn&#8217;t seem to work in my case.</p>
<p>I want to convert</p>
<p><a href="http://www.mysite.com/en/album/view.php?action=count&#038;path=L0FHTSAyMDA5LzIwMDktMy0yMS00LmpwZw" rel="nofollow">http://www.mysite.com/en/album/view.php?action=count&#038;path=L0FHTSAyMDA5LzIwMDktMy0yMS00LmpwZw</a></p>
<p>to</p>
<p><a href="http://www.mysite.com/en/album/L0FHTSAyMDA5LzIwMDktMy0yMS00LmpwZw.html" rel="nofollow">http://www.mysite.com/en/album/L0FHTSAyMDA5LzIwMDktMy0yMS00LmpwZw.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wmdt</title>
		<link>http://www.htmlist.com/how-to/a-simplemod_rewrite-tutorial/comment-page-1/#comment-920</link>
		<dc:creator>wmdt</dc:creator>
		<pubDate>Sun, 24 Jul 2011 13:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlist.com/?p=184#comment-920</guid>
		<description>as a new in this field, i start to learn how to use mod rewrite and this article is very helpful to me. thank you</description>
		<content:encoded><![CDATA[<p>as a new in this field, i start to learn how to use mod rewrite and this article is very helpful to me. thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aritra</title>
		<link>http://www.htmlist.com/how-to/a-simplemod_rewrite-tutorial/comment-page-1/#comment-914</link>
		<dc:creator>Aritra</dc:creator>
		<pubDate>Wed, 29 Jun 2011 14:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlist.com/?p=184#comment-914</guid>
		<description>I noticed when I am writing url like http://domain.com/wordpress/?page_id=1 on wordpress site url on address bar automatically changing to http://domain.com/hello-world/ can anybody tell how this can be done?</description>
		<content:encoded><![CDATA[<p>I noticed when I am writing url like <a href="http://domain.com/wordpress/?page_id=1" rel="nofollow">http://domain.com/wordpress/?page_id=1</a> on wordpress site url on address bar automatically changing to <a href="http://domain.com/hello-world/" rel="nofollow">http://domain.com/hello-world/</a> can anybody tell how this can be done?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PCoder</title>
		<link>http://www.htmlist.com/how-to/a-simplemod_rewrite-tutorial/comment-page-1/#comment-913</link>
		<dc:creator>PCoder</dc:creator>
		<pubDate>Tue, 28 Jun 2011 07:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlist.com/?p=184#comment-913</guid>
		<description>I think the article is very useful for implementing seo friendly urls with ease. BTW, I find your Twit This option not working! :)

Thanks</description>
		<content:encoded><![CDATA[<p>I think the article is very useful for implementing seo friendly urls with ease. BTW, I find your Twit This option not working! :)</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Email Lists</title>
		<link>http://www.htmlist.com/how-to/a-simplemod_rewrite-tutorial/comment-page-1/#comment-851</link>
		<dc:creator>Email Lists</dc:creator>
		<pubDate>Fri, 01 Apr 2011 06:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlist.com/?p=184#comment-851</guid>
		<description>I like your blog and your great Mod_rewrite Tutorial. That would be a really interesting to see your post. i feel happy to join this site. thanks for the update.</description>
		<content:encoded><![CDATA[<p>I like your blog and your great Mod_rewrite Tutorial. That would be a really interesting to see your post. i feel happy to join this site. thanks for the update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Newsletter 03/2011 &#8211; Strategien zur Suchmaschinenoptimierung &#124; benutzerfreun.de</title>
		<link>http://www.htmlist.com/how-to/a-simplemod_rewrite-tutorial/comment-page-1/#comment-818</link>
		<dc:creator>Newsletter 03/2011 &#8211; Strategien zur Suchmaschinenoptimierung &#124; benutzerfreun.de</dc:creator>
		<pubDate>Tue, 22 Mar 2011 20:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlist.com/?p=184#comment-818</guid>
		<description>[...] www.htmlist.com/how-to/a-simplemod_rewrite-tutorial/ Die beste Erklärung für mod_rewrite, die ich bisher finden konnte. Damit werden suchmaschinenfreundliche Weiterleitungen auf dem Server endlich verständlich.   Eintrag merken bei: [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.htmlist.com/how-to/a-simplemod_rewrite-tutorial/" rel="nofollow">http://www.htmlist.com/how-to/a-simplemod_rewrite-tutorial/</a> Die beste Erklärung für mod_rewrite, die ich bisher finden konnte. Damit werden suchmaschinenfreundliche Weiterleitungen auf dem Server endlich verständlich.   Eintrag merken bei: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Newsletter 03/2011 &#8211; Strategie zur Suchmaschinenoptimierung &#124; benutzerfreun.de</title>
		<link>http://www.htmlist.com/how-to/a-simplemod_rewrite-tutorial/comment-page-1/#comment-774</link>
		<dc:creator>Newsletter 03/2011 &#8211; Strategie zur Suchmaschinenoptimierung &#124; benutzerfreun.de</dc:creator>
		<pubDate>Wed, 02 Mar 2011 08:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlist.com/?p=184#comment-774</guid>
		<description>[...] Variables Cheatsheet vor 22 StundenÜbersicht der möglichen Befehle und Variablen von mod_rewrite.A Simple mod_rewrite Tutorial: SEO-Friendly, Attractive URLs :: HTMList.com, A Web Development Blog ... vor 22 StundenDie beste Erklärung für mod_rewrite, die ich bisher finden konnte. Damit werden [...]</description>
		<content:encoded><![CDATA[<p>[...] Variables Cheatsheet vor 22 StundenÜbersicht der möglichen Befehle und Variablen von mod_rewrite.A Simple mod_rewrite Tutorial: SEO-Friendly, Attractive URLs :: HTMList.com, A Web Development Blog &#8230; vor 22 StundenDie beste Erklärung für mod_rewrite, die ich bisher finden konnte. Damit werden [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Permanent videresending/redirect - Webforumet.no</title>
		<link>http://www.htmlist.com/how-to/a-simplemod_rewrite-tutorial/comment-page-1/#comment-772</link>
		<dc:creator>Permanent videresending/redirect - Webforumet.no</dc:creator>
		<pubDate>Thu, 24 Feb 2011 22:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlist.com/?p=184#comment-772</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Lindblom</title>
		<link>http://www.htmlist.com/how-to/a-simplemod_rewrite-tutorial/comment-page-1/#comment-728</link>
		<dc:creator>Jeremy Lindblom</dc:creator>
		<pubDate>Tue, 11 Jan 2011 20:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlist.com/?p=184#comment-728</guid>
		<description>I&#039;m glad it was useful. Your site looks great.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad it was useful. Your site looks great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

