<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: ASP: mod_rewrite or URLRewrite with Classic ASP (Sorta)</title>
	<link>http://blog.netnerds.net/2006/04/asp-mod_redirect-or-urlrewrite-with-classic-asp-sorta/</link>
	<description>ls /usr/lolcat</description>
	<pubDate>Thu, 20 Nov 2008 13:47:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Kevin</title>
		<link>http://blog.netnerds.net/2006/04/asp-mod_redirect-or-urlrewrite-with-classic-asp-sorta/#comment-10419</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 03 Oct 2008 08:48:44 +0000</pubDate>
		<guid>http://blog.netnerds.net/2006/04/asp-mod_redirect-or-urlrewrite-with-classic-asp-sorta/#comment-10419</guid>
		<description>Hi Raja,

I used carls suggestion, check out http://www.mediamodus.com/isapi-url-mod-rewrite-for-iis  it worked for me.</description>
		<content:encoded><![CDATA[<p>Hi Raja,</p>
<p>I used carls suggestion, check out <a href="http://www.mediamodus.com/isapi-url-mod-rewrite-for-iis" rel="nofollow">http://www.mediamodus.com/isapi-url-mod-rewrite-for-iis</a>  it worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.netnerds.net/2006/04/asp-mod_redirect-or-urlrewrite-with-classic-asp-sorta/#comment-10393</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 18 Sep 2008 14:55:41 +0000</pubDate>
		<guid>http://blog.netnerds.net/2006/04/asp-mod_redirect-or-urlrewrite-with-classic-asp-sorta/#comment-10393</guid>
		<description>i hate the fact that you cant use mod_rewrite or something similar with asp! why is microsoft not implementing this into their server technology? apache rules for this reason as well as many others, apache rules IIS sucks! lol though i do code for both! :D lol</description>
		<content:encoded><![CDATA[<p>i hate the fact that you cant use mod_rewrite or something similar with asp! why is microsoft not implementing this into their server technology? apache rules for this reason as well as many others, apache rules IIS sucks! lol though i do code for both! <img src='http://blog.netnerds.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raja. R.K</title>
		<link>http://blog.netnerds.net/2006/04/asp-mod_redirect-or-urlrewrite-with-classic-asp-sorta/#comment-10280</link>
		<dc:creator>Raja. R.K</dc:creator>
		<pubDate>Mon, 14 Jul 2008 09:48:47 +0000</pubDate>
		<guid>http://blog.netnerds.net/2006/04/asp-mod_redirect-or-urlrewrite-with-classic-asp-sorta/#comment-10280</guid>
		<description>Hi,

If I want to rewrite URLs like:

http://www.mysite.com/city.asp?state=California&#38;city=Compton
to 
http://www.home-security123.com/geo/Security-System-Offers/California/Compton

how can I rewrite this URL to make it friendly?...</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>If I want to rewrite URLs like:</p>
<p><a href="http://www.mysite.com/city.asp?state=California&amp;city=Compton" rel="nofollow">http://www.mysite.com/city.asp?state=California&amp;city=Compton</a><br />
to<br />
<a href="http://www.home-security123.com/geo/Security-System-Offers/California/Compton" rel="nofollow">http://www.home-security123.com/geo/Security-System-Offers/California/Compton</a></p>
<p>how can I rewrite this URL to make it friendly?...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B. Kumar</title>
		<link>http://blog.netnerds.net/2006/04/asp-mod_redirect-or-urlrewrite-with-classic-asp-sorta/#comment-10200</link>
		<dc:creator>B. Kumar</dc:creator>
		<pubDate>Thu, 05 Jun 2008 23:18:19 +0000</pubDate>
		<guid>http://blog.netnerds.net/2006/04/asp-mod_redirect-or-urlrewrite-with-classic-asp-sorta/#comment-10200</guid>
		<description>Hi Chrissy,

pls help for

URL rewrite: rewrite the URLs of the categories on this page to show the category name etc instead of numeric query strings. (This will help rank the category pages in search engines well).

Thx 
B Kumar</description>
		<content:encoded><![CDATA[<p>Hi Chrissy,</p>
<p>pls help for</p>
<p>URL rewrite: rewrite the URLs of the categories on this page to show the category name etc instead of numeric query strings. (This will help rank the category pages in search engines well).</p>
<p>Thx<br />
B Kumar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl strouse</title>
		<link>http://blog.netnerds.net/2006/04/asp-mod_redirect-or-urlrewrite-with-classic-asp-sorta/#comment-10187</link>
		<dc:creator>carl strouse</dc:creator>
		<pubDate>Wed, 21 May 2008 21:56:28 +0000</pubDate>
		<guid>http://blog.netnerds.net/2006/04/asp-mod_redirect-or-urlrewrite-with-classic-asp-sorta/#comment-10187</guid>
		<description>this method is except i find following the log files much harder as requests are now reported as errors. how did you get around this? in the end i decided to go for a isapi filter to handle it. http://www.mediamodus.com/isapi-url-mod-rewrite-for-iis it works well although.</description>
		<content:encoded><![CDATA[<p>this method is except i find following the log files much harder as requests are now reported as errors. how did you get around this? in the end i decided to go for a isapi filter to handle it. <a href="http://www.mediamodus.com/isapi-url-mod-rewrite-for-iis" rel="nofollow">http://www.mediamodus.com/isapi-url-mod-rewrite-for-iis</a> it works well although.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pranav shah</title>
		<link>http://blog.netnerds.net/2006/04/asp-mod_redirect-or-urlrewrite-with-classic-asp-sorta/#comment-10132</link>
		<dc:creator>pranav shah</dc:creator>
		<pubDate>Thu, 01 May 2008 10:00:09 +0000</pubDate>
		<guid>http://blog.netnerds.net/2006/04/asp-mod_redirect-or-urlrewrite-with-classic-asp-sorta/#comment-10132</guid>
		<description>hello all, i have try to implement the code..i read your article and i apply your code.
http://www.primetechsoftware.com</description>
		<content:encoded><![CDATA[<p>hello all, i have try to implement the code..i read your article and i apply your code.<br />
<a href="http://www.primetechsoftware.com" rel="nofollow">http://www.primetechsoftware.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ibrahim</title>
		<link>http://blog.netnerds.net/2006/04/asp-mod_redirect-or-urlrewrite-with-classic-asp-sorta/#comment-10127</link>
		<dc:creator>ibrahim</dc:creator>
		<pubDate>Thu, 24 Apr 2008 10:16:04 +0000</pubDate>
		<guid>http://blog.netnerds.net/2006/04/asp-mod_redirect-or-urlrewrite-with-classic-asp-sorta/#comment-10127</guid>
		<description>hi dear colleague.i read your article and i apply your code.run and take result.bu only reason i didn't make database sample(msaccess) so i you help me i'm glad to you</description>
		<content:encoded><![CDATA[<p>hi dear colleague.i read your article and i apply your code.run and take result.bu only reason i didn't make database sample(msaccess) so i you help me i'm glad to you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Surjit</title>
		<link>http://blog.netnerds.net/2006/04/asp-mod_redirect-or-urlrewrite-with-classic-asp-sorta/#comment-10102</link>
		<dc:creator>Surjit</dc:creator>
		<pubDate>Sat, 19 Apr 2008 09:21:52 +0000</pubDate>
		<guid>http://blog.netnerds.net/2006/04/asp-mod_redirect-or-urlrewrite-with-classic-asp-sorta/#comment-10102</guid>
		<description>Hi,
  How can i rewrite URL like subdomain.domainname.com for example
  http://www.mysite.com?userID=1 to http://www.username.mysite.com in classic ASP
  Can anyone help me.

  Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  How can i rewrite URL like subdomain.domainname.com for example<br />
  <a href="http://www.mysite.com?userID=1" rel="nofollow">http://www.mysite.com?userID=1</a> to <a href="http://www.username.mysite.com" rel="nofollow">http://www.username.mysite.com</a> in classic ASP<br />
  Can anyone help me.</p>
<p>  Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: giselle</title>
		<link>http://blog.netnerds.net/2006/04/asp-mod_redirect-or-urlrewrite-with-classic-asp-sorta/#comment-10025</link>
		<dc:creator>giselle</dc:creator>
		<pubDate>Mon, 31 Mar 2008 08:47:56 +0000</pubDate>
		<guid>http://blog.netnerds.net/2006/04/asp-mod_redirect-or-urlrewrite-with-classic-asp-sorta/#comment-10025</guid>
		<description>hello all, i have try to implement the code..but it seem not work for me..anyone can help me more? plz help..thank you. i m using pure asp and wana test in the locahost.</description>
		<content:encoded><![CDATA[<p>hello all, i have try to implement the code..but it seem not work for me..anyone can help me more? plz help..thank you. i m using pure asp and wana test in the locahost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASP Classic Programming Still Alive</title>
		<link>http://blog.netnerds.net/2006/04/asp-mod_redirect-or-urlrewrite-with-classic-asp-sorta/#comment-10023</link>
		<dc:creator>ASP Classic Programming Still Alive</dc:creator>
		<pubDate>Sat, 29 Mar 2008 01:17:04 +0000</pubDate>
		<guid>http://blog.netnerds.net/2006/04/asp-mod_redirect-or-urlrewrite-with-classic-asp-sorta/#comment-10023</guid>
		<description>[...] Mod ASP Rewrite [...]</description>
		<content:encoded><![CDATA[<p>[...] Mod ASP Rewrite [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
