<?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: Redirect or Rewrite to Remove Double or Multiple Slashes (//) in URL</title>
	<atom:link href="http://www.mydigitallife.info/2008/07/21/redirect-or-rewrite-to-remove-double-or-multiple-slashes-in-url/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mydigitallife.info/2008/07/21/redirect-or-rewrite-to-remove-double-or-multiple-slashes-in-url/</link>
	<description>Living Digitally and Electronically</description>
	<lastBuildDate>Mon, 23 Nov 2009 19:47:46 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Glen</title>
		<link>http://www.mydigitallife.info/2008/07/21/redirect-or-rewrite-to-remove-double-or-multiple-slashes-in-url/comment-page-1/#comment-600059</link>
		<dc:creator>Glen</dc:creator>
		<pubDate>Sat, 19 Sep 2009 18:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/?p=8512#comment-600059</guid>
		<description>Works like a charm.  Was getting some 404 errors in my logs due to extra slashes from referring pages and this fixed it.

Thanks!</description>
		<content:encoded><![CDATA[<p>Works like a charm.  Was getting some 404 errors in my logs due to extra slashes from referring pages and this fixed it.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaKorn</title>
		<link>http://www.mydigitallife.info/2008/07/21/redirect-or-rewrite-to-remove-double-or-multiple-slashes-in-url/comment-page-1/#comment-596078</link>
		<dc:creator>DaKorn</dc:creator>
		<pubDate>Tue, 01 Sep 2009 08:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/?p=8512#comment-596078</guid>
		<description>I think it would make more sense to use some RegExp in the RewriteCond.
So you are not limited to two slashes, it can handle any number bigger than two.

RewriteCond %{REQUEST_URI} ^(.*)/{2,}(.*)$

Example: http://www,bla.de////bla///bla/index.html become http://www,bla.de/bla/bla/index.html

bye dudes</description>
		<content:encoded><![CDATA[<p>I think it would make more sense to use some RegExp in the RewriteCond.<br />
So you are not limited to two slashes, it can handle any number bigger than two.</p>
<p>RewriteCond %{REQUEST_URI} ^(.*)/{2,}(.*)$</p>
<p>Example: <a href="http://www,bla.de////bla///bla/index.html" rel="nofollow">http://www,bla.de////bla///bla/index.html</a> become <a href="http://www,bla.de/bla/bla/index.html" rel="nofollow">http://www,bla.de/bla/bla/index.html</a></p>
<p>bye dudes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.mydigitallife.info/2008/07/21/redirect-or-rewrite-to-remove-double-or-multiple-slashes-in-url/comment-page-1/#comment-590584</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 04 Aug 2009 12:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/?p=8512#comment-590584</guid>
		<description>LOL
I was looking for such an .htaccess rule too, and at the same time reading Tiger SEO&#039;s blog. 
Funny to see him commenting there ^^</description>
		<content:encoded><![CDATA[<p>LOL<br />
I was looking for such an .htaccess rule too, and at the same time reading Tiger SEO&#8217;s blog.<br />
Funny to see him commenting there ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Removing Double Slashes From URLs &#124; Gary Harvey Blog</title>
		<link>http://www.mydigitallife.info/2008/07/21/redirect-or-rewrite-to-remove-double-or-multiple-slashes-in-url/comment-page-1/#comment-587959</link>
		<dc:creator>Removing Double Slashes From URLs &#124; Gary Harvey Blog</dc:creator>
		<pubDate>Wed, 22 Jul 2009 04:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/?p=8512#comment-587959</guid>
		<description>[...] http://www.mydigitallife.info/2008/07/21/redirect-or-rewrite-to-remove-double-or-multiple-slashes-in... [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.mydigitallife.info/2008/07/21/redirect-or-rewrite-to-remove-double-or-multiple-slashes-in.." rel="nofollow">http://www.mydigitallife.info/2008/07/21/redirect-or-rewrite-to-remove-double-or-multiple-slashes-in..</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manish</title>
		<link>http://www.mydigitallife.info/2008/07/21/redirect-or-rewrite-to-remove-double-or-multiple-slashes-in-url/comment-page-1/#comment-584914</link>
		<dc:creator>Manish</dc:creator>
		<pubDate>Wed, 08 Jul 2009 08:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/?p=8512#comment-584914</guid>
		<description>Can any one tell me that how can i replace this double slashes to single slash in the following C# snippet.

string Path=@&quot;C:\\Temp\\ooops.bak&quot;</description>
		<content:encoded><![CDATA[<p>Can any one tell me that how can i replace this double slashes to single slash in the following C# snippet.</p>
<p>string Path=@&#8221;C:\\Temp\\ooops.bak&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CountOcram</title>
		<link>http://www.mydigitallife.info/2008/07/21/redirect-or-rewrite-to-remove-double-or-multiple-slashes-in-url/comment-page-1/#comment-558492</link>
		<dc:creator>CountOcram</dc:creator>
		<pubDate>Sat, 31 Jan 2009 12:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/?p=8512#comment-558492</guid>
		<description>Hi! Is there a way to remove a single slash in the end of the URL? for example, http://www.example.com/blog/ to http://www.example.com/blog</description>
		<content:encoded><![CDATA[<p>Hi! Is there a way to remove a single slash in the end of the URL? for example, <a href="http://www.example.com/blog/" rel="nofollow">http://www.example.com/blog/</a> to <a href="http://www.example.com/blog" rel="nofollow">http://www.example.com/blog</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeffb</title>
		<link>http://www.mydigitallife.info/2008/07/21/redirect-or-rewrite-to-remove-double-or-multiple-slashes-in-url/comment-page-1/#comment-528260</link>
		<dc:creator>jeffb</dc:creator>
		<pubDate>Sun, 17 Aug 2008 19:00:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/?p=8512#comment-528260</guid>
		<description>I am sorry but this causes trouble with IE 8 web slicing by breaking it, and only works in the root directory.

All sub directory listings will get triple slashes and expose server side includes, from the new perl hacks available. 

Warning:

If you use any password protected logins, do not include this in your htaccess mod rewrite.</description>
		<content:encoded><![CDATA[<p>I am sorry but this causes trouble with IE 8 web slicing by breaking it, and only works in the root directory.</p>
<p>All sub directory listings will get triple slashes and expose server side includes, from the new perl hacks available. </p>
<p>Warning:</p>
<p>If you use any password protected logins, do not include this in your htaccess mod rewrite.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiger SEO</title>
		<link>http://www.mydigitallife.info/2008/07/21/redirect-or-rewrite-to-remove-double-or-multiple-slashes-in-url/comment-page-1/#comment-525630</link>
		<dc:creator>Tiger SEO</dc:creator>
		<pubDate>Tue, 29 Jul 2008 11:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/?p=8512#comment-525630</guid>
		<description>Thanks a lot, a friend ask me how to remove that and we find the solution here :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot, a friend ask me how to remove that and we find the solution here <img src='http://www.mydigitallife.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
