<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Ionics Isapi Rewrite Filter</title><link>http://www.codeplex.com/IIRF/Project/ProjectRss.aspx</link><description>IIRF is a small, cheap, easy to use, URL rewriting ISAPI filter that combines a good price &amp;#40;free&amp;#33;&amp;#41; with good features.  It is implemented in about 3200 lines of C code, works with IIS 5.x IIS 6, an...</description><item><title>New Post: URL rewrite with query string</title><link>http://www.codeplex.com/IIRF/Thread/View.aspx?ThreadId=30942</link><description>&lt;div style="line-height: normal;"&gt;Did you try the testdriver.exe?&amp;nbsp; What did you find? &lt;br&gt;
It works for me.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;pre&gt;c:\dinoch\dev\ISAPI\IIRF&amp;gt;Source\TestDriver.exe  -d TossOff-Tests\Davie
Trying to read config at 'TossOff-Tests\Davie\IsapiRewrite4.ini'
done reading new config
Processing URLs...(TossOff-Tests\Davie\SampleUrls.txt)


REWRITE '/product/family9.html' ==&amp;gt; '/product.cfm?family=9'
OK

0 Errors in 1 Total Trials
&lt;/pre&gt;
&lt;p&gt;What's in the IIRF log file? what version are you using? &lt;/p&gt;
&lt;/div&gt;</description><author>Cheeso</author><pubDate>Sun, 06 Jul 2008 16:13:55 GMT</pubDate><guid isPermaLink="false">New Post: URL rewrite with query string 20080706041355P</guid></item><item><title>New Post: URL rewrite with query string</title><link>http://www.codeplex.com/IIRF/Thread/View.aspx?ThreadId=30942</link><description>&lt;div style="line-height: normal;"&gt;Hi!&lt;br&gt;
I am totaly new to this thing&lt;br&gt;
&lt;br&gt;
I want to rewrite &lt;br&gt;
&lt;br&gt;
/product/family9.html&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
/product.cfm?family=9&lt;br&gt;
&lt;br&gt;
I try this &lt;br&gt;
RewriteRule ^/product/family(\d+)\.html$ /product.cfm?family=$1&lt;br&gt;
&lt;br&gt;
It could not seem to works&lt;br&gt;
&lt;br&gt;
Please help&lt;br&gt;
&lt;br&gt;
Thanks so much&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>Davie</author><pubDate>Sun, 06 Jul 2008 06:43:38 GMT</pubDate><guid isPermaLink="false">New Post: URL rewrite with query string 20080706064338A</guid></item><item><title>New Post: why so many No match ? </title><link>http://www.codeplex.com/IIRF/Thread/View.aspx?ThreadId=30926</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Sorry, I don't think you've asked a complete question. &lt;br&gt;
I think you might be asking why there are so many &amp;quot;no match&amp;quot; statements in the log file.&lt;br&gt;
&lt;br&gt;
If you have 682 rules in your ini file, then IIRF will match each request against all 682 rules, until and unless it reaches a [L] or [R] rule. &lt;br&gt;
&lt;br&gt;
You didn't say what is in your ini file. &lt;br&gt;
I suspect there are some optimizations that could be made there.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>Cheeso</author><pubDate>Sat, 05 Jul 2008 22:12:44 GMT</pubDate><guid isPermaLink="false">New Post: why so many No match ?  20080705101244P</guid></item><item><title>New Post: why so many No match ? </title><link>http://www.codeplex.com/IIRF/Thread/View.aspx?ThreadId=30926</link><description>&lt;div style="line-height: normal;"&gt;&lt;div id="result_box" dir=ltr&gt;The document also calls for rewriting&amp;nbsp; URL&lt;br&gt;
&lt;br&gt;
Each call to implement the hundreds of &lt;br&gt;
&lt;br&gt;
This is affecting system performance &lt;br&gt;
&lt;br&gt;
Whenever this kind of situation when the system will be very slow and very slow cpu occupation of nearly 100% &lt;br&gt;
&lt;br&gt;
Page to a very long time to open&lt;/div&gt;
Sat Jul 05 12:35:50 2008 - LogFile re-opened.&lt;br&gt;
Sat Jul 05 12:35:50 2008 - HttpFilterProc: SF_NOTIFY_URL_MAP&lt;br&gt;
Sat Jul 05 12:35:51 2008 - HttpFilterProc: SF_NOTIFY_URL_MAP&lt;br&gt;
Sat Jul 05 12:35:51 2008 - HttpFilterProc: SF_NOTIFY_AUTH_COMPLETE&lt;br&gt;
Sat Jul 05 12:35:51 2008 - DoRewrites&lt;br&gt;
Sat Jul 05 12:35:51 2008 - GetServerVariable_AutoFree - no joy (GetLastError()=1413)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - DoRewrites: New Url: '/Css/Css.css'&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: depth=0&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 1 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 2 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 3 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 4 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 5 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 6 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 7 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 8 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 9 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 10 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 11 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 12 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 13 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 14 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 15 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 16 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 17 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 18 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 19 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 20 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 21 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 22 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 23 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 24 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 25 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 26 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 27 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 28 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 29 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 30 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 31 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 32 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 33 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 34 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 35 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 36 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 37 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 38 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 39 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 40 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 41 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 42 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 43 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 44 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 45 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 46 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 47 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 48 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 49 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 50 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 51 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 52 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 53 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 54 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 55 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 56 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 57 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 58 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 59 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 60 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 61 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 62 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 63 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 64 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 65 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 66 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 67 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 68 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 69 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 70 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 71 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 72 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 73 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 74 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 75 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 76 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 77 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 78 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 79 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 80 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 81 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 82 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 83 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 84 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 85 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 86 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 87 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 88 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 89 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 90 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 91 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 92 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 93 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 94 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 95 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 96 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 97 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 98 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 99 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 100 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 101 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 102 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 103 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 104 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 105 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 106 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 107 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 108 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 109 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 110 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 111 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 112 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 113 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 114 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 115 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 116 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 117 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 118 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 119 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 120 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 121 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 122 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 123 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 124 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 125 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 126 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 127 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 128 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 129 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 130 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 131 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 132 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 133 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 134 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 135 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 136 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 137 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 138 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 139 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 140 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 141 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 142 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 143 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 144 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 145 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 146 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 147 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 148 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 149 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 150 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 151 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 152 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 153 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 154 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 155 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 156 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 157 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 158 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 159 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 160 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 161 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 162 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 163 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 164 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 165 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 166 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 167 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 168 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 169 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 170 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 171 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 172 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 173 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 174 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 175 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 176 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 177 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 178 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 179 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 180 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 181 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 182 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 183 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 184 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 185 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 186 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 187 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 188 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 189 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 190 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 191 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 192 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 193 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 194 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 195 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 196 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 197 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 198 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 199 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 200 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 201 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 202 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 203 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 204 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 205 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 206 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 207 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 208 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 209 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 210 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 211 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 212 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 213 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 214 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 215 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 216 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 217 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 218 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 219 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 220 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 221 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 222 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 223 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 224 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 225 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 226 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 227 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 228 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 229 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 230 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 231 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 232 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 233 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 234 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 235 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 236 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 237 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 238 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 239 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 240 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 241 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 242 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 243 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 244 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 245 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 246 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 247 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 248 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 249 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 250 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 251 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 252 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 253 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 254 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 255 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 256 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 257 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 258 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 259 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 260 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 261 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 262 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 263 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 264 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 265 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 266 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 267 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 268 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 269 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 270 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 271 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 272 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 273 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 274 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 275 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 276 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 277 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 278 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 279 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 280 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 281 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 282 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 283 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 284 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 285 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 286 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 287 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 288 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 289 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 290 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 291 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 292 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 293 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 294 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 295 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 296 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 297 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 298 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 299 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 300 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 301 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 302 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 303 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 304 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 305 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 306 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 307 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 308 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 309 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 310 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 311 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 312 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 313 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 314 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 315 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 316 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 317 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 318 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 319 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 320 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 321 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 322 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 323 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 324 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 325 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 326 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 327 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 328 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 329 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 330 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 331 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 332 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 333 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 334 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 335 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 336 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 337 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 338 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 339 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 340 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 341 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 342 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 343 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 344 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 345 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 346 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 347 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 348 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 349 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 350 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 351 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 352 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 353 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 354 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 355 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 356 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 357 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 358 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 359 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 360 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 361 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 362 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 363 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 364 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 365 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 366 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 367 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 368 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 369 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 370 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 371 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 372 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 373 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 374 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 375 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 376 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 377 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 378 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 379 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 380 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 381 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 382 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 383 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 384 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 385 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 386 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 387 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 388 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 389 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 390 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 391 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 392 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 393 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 394 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 395 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 396 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 397 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 398 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 399 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 400 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 401 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 402 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 403 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 404 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 405 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 406 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 407 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 408 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 409 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 410 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 411 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 412 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 413 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 414 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 415 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 416 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 417 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 418 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 419 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 420 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 421 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 422 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 423 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 424 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 425 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 426 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 427 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 428 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 429 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 430 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 431 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 432 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 433 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 434 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 435 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 436 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 437 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 438 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 439 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 440 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 441 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 442 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 443 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 444 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 445 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 446 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 447 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 448 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 449 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 450 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 451 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 452 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 453 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 454 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 455 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 456 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 457 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 458 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 459 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 460 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 461 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 462 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 463 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 464 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 465 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 466 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 467 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 468 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 469 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 470 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 471 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 472 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 473 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 474 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 475 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 476 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 477 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 478 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 479 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 480 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 481 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 482 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 483 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 484 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 485 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 486 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 487 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 488 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 489 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 490 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 491 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 492 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 493 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 494 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 495 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 496 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 497 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 498 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 499 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 500 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 501 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 502 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 503 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 504 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 505 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 506 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 507 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 508 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 509 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 510 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 511 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 512 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 513 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 514 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 515 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 516 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 517 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 518 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 519 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 520 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 521 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 522 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 523 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 524 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 525 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 526 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 527 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 528 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 529 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 530 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 531 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 532 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 533 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 534 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 535 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 536 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 537 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 538 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 539 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 540 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 541 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 542 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 543 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 544 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 545 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 546 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 547 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 548 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 549 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 550 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 551 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 552 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 553 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 554 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 555 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 556 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 557 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 558 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 559 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 560 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 561 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 562 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 563 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 564 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 565 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 566 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 567 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 568 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 569 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 570 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 571 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 572 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 573 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 574 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 575 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 576 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 577 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 578 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 579 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 580 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 581 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 582 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 583 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 584 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 585 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 586 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 587 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 588 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 589 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 590 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 591 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 592 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 593 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 594 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 595 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 596 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 597 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 598 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 599 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 600 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 601 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 602 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 603 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 604 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 605 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 606 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 607 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 608 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 609 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 610 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 611 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 612 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 613 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 614 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 615 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 616 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 617 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 618 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 619 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 620 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 621 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 622 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 623 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 624 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 625 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 626 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 627 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 628 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 629 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 630 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 631 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 632 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 633 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 634 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 635 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 636 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 637 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 638 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 639 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 640 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 641 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 642 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 643 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 644 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 645 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 646 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 647 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 648 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 649 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 650 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 651 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 652 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 653 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 654 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 655 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 656 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 657 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 658 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 659 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 660 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 661 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 662 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 663 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 664 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 665 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 666 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 667 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 668 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 669 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 670 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 671 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 672 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 673 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 674 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 675 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 676 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 677 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 678 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 679 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 680 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 681 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 682 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: returning 0&lt;br&gt;
Sat Jul 05 12:35:51 2008 - DoRewrites: No Rewrite&lt;br&gt;
Sat Jul 05 12:35:51 2008 - HttpFilterProc: SF_NOTIFY_URL_MAP&lt;br&gt;
Sat Jul 05 12:35:51 2008 - HttpFilterProc: SF_NOTIFY_AUTH_COMPLETE&lt;br&gt;
Sat Jul 05 12:35:51 2008 - DoRewrites&lt;br&gt;
Sat Jul 05 12:35:51 2008 - GetServerVariable_AutoFree - no joy (GetLastError()=1413)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - DoRewrites: New Url: '/Company-view66830/job-174585.html'&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: depth=0&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 1 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 2 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 3 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 4 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 5 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 6 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 7 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 8 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 9 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 10 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 11 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 12 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 13 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 14 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 15 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 16 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 17 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 18 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 19 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 20 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 21 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 22 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 23 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 24 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 25 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 26 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 27 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 28 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 29 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 30 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 31 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 32 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 33 : -1 (No match)&lt;br&gt;
Sat Jul 05 12:35:51 2008 - ApplyRules: Rule 34 : -1 (No match&lt;br&gt;
............
&lt;/div&gt;</description><author>anton_long</author><pubDate>Sat, 05 Jul 2008 20:19:05 GMT</pubDate><guid isPermaLink="false">New Post: why so many No match ?  20080705081905P</guid></item><item><title>New Post: Can you change the case of URI shown in Address bar?</title><link>http://www.codeplex.com/IIRF/Thread/View.aspx?ThreadId=30880</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;What you want is a REDIRECT, not a rewrite.&amp;nbsp; A Rewrite is a server-side action.&amp;nbsp; It happens only on the web server.&amp;nbsp; The browser is none-the-wiser. &lt;/p&gt;
&lt;p&gt;IIRF does redirects.&amp;nbsp; Use the R flag.&amp;nbsp; Check the readme! &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>Cheeso</author><pubDate>Sat, 05 Jul 2008 02:52:13 GMT</pubDate><guid isPermaLink="false">New Post: Can you change the case of URI shown in Address bar? 20080705025213A</guid></item><item><title>New Post: Can you change the case of URI shown in Address bar?</title><link>http://www.codeplex.com/IIRF/Thread/View.aspx?ThreadId=30880</link><description>&lt;div style="line-height: normal;"&gt;Hello, &lt;br&gt;
&lt;br&gt;
I have this rule:&lt;br&gt;
RewriteRule ^/folder/(.+)\.aspx$&amp;nbsp; /folder/#L$1#E.aspx [I,L]&lt;br&gt;
&lt;br&gt;
In the log file I see the case being changed, but it doesn't change in the address bar. &lt;br&gt;
&lt;br&gt;
Fri Jul 04 08:17:35 2008 - ReadConfig: setting LogLevel to 3&lt;br&gt;
Fri Jul 04 08:17:35 2008 - ReadConfig: line&amp;nbsp;&amp;nbsp; 6: RewriteRule (rule 1)&amp;nbsp; '^/folder/(.+)\.aspx$'&amp;nbsp; '/folder/#L$1#E.aspx'&amp;nbsp;&amp;nbsp;&amp;nbsp; [I,L]&lt;br&gt;
Fri Jul 04 08:17:35 2008 - ParseRuleModifierFlags: '[I,L]'&lt;br&gt;
Fri Jul 04 08:17:35 2008 - ReadConfig: Done reading, found 1 rules (0 failed) on 32 lines&lt;br&gt;
Fri Jul 04 08:17:35 2008 - Initialize: Ionic ISAPI Rewriting Filter (IIRF) v1.2.15a preview&amp;nbsp; Time-stamp: &amp;lt;Tuesday, July 01, 2008&amp;nbsp; 23:46:21&amp;nbsp; (by dinoch)&amp;gt;&lt;br&gt;
Fri Jul 04 08:17:35 2008 - Initialize: config file 'C:\!My\Apps\URLRewrite_DontDelete\folder\IsapiRewrite4.ini'&lt;br&gt;
Fri Jul 04 08:17:35 2008 - Initialize: main threadId= 359556&lt;br&gt;
Fri Jul 04 08:17:35 2008 - Initialize: File watcher thread created.&lt;br&gt;
Fri Jul 04 08:17:35 2008 - GetFilterVersion&lt;br&gt;
Fri Jul 04 08:17:35 2008 - HttpFilterProc: SF_NOTIFY_URL_MAP&lt;br&gt;
Fri Jul 04 08:17:35 2008 - HttpFilterProc: SF_NOTIFY_AUTH_COMPLETE&lt;br&gt;
Fri Jul 04 08:17:35 2008 - DoRewrites&lt;br&gt;
Fri Jul 04 08:17:35 2008 - DoRewrites: New Url: '/FOLDER/b_BuyIntro.aspx'&lt;br&gt;
Fri Jul 04 08:17:35 2008 - EvaluateRules: depth=0&lt;br&gt;
Fri Jul 04 08:17:35 2008 - EvaluateRules: Rule 1 : 2 matches&lt;br&gt;
Fri Jul 04 08:17:35 2008 - ApplyCaseConversion: after&amp;nbsp; '/folder/b_buyintro.aspx'&lt;br&gt;
Fri Jul 04 08:17:35 2008 - EvaluateRules: Result (length 23): /folder/b_buyintro.aspx&lt;br&gt;
Fri Jul 04 08:17:35 2008 - EvaluateRules: Last Rule&lt;br&gt;
Fri Jul 04 08:17:35 2008 - EvaluateRules: returning 1&lt;br&gt;
Fri Jul 04 08:17:35 2008 - DoRewrites: Rewrite Url to: '/folder/b_buyintro.aspx'&lt;br&gt;
Fri Jul 04 08:17:35 2008 - HttpFilterProc: SF_NOTIFY_URL_MAP&lt;br&gt;
Fri Jul 04 08:17:35 2008 - HttpFilterProc: SF_NOTIFY_URL_MAP&lt;br&gt;
Fri Jul 04 08:17:36 2008 - HttpFilterProc: SF_NOTIFY_URL_MAP&lt;br&gt;
Fri Jul 04 08:18:00 2008 - DllMain THREAD_DETACH, threadId= 94760&lt;br&gt;
Fri Jul 04 08:18:00 2008 - DllMain THREAD_DETACH, threadId= 4724&lt;br&gt;
Fri Jul 04 08:18:00 2008 - TerminateFilter&lt;br&gt;
Fri Jul 04 08:18:00 2008 - DllMain PROCESS_DETACH&lt;br&gt;
Fri Jul 04 08:18:00 2008 - AwaitWatcherTermination: closing dir handle.&lt;br&gt;
Fri Jul 04 08:18:00 2008 - AwaitWatcherTermination: Waiting 150 ms ...&lt;br&gt;
Fri Jul 04 08:18:00 2008 - AwaitWatcherTermination: watcher thread is terminated...&lt;br&gt;
&lt;br&gt;
I see it doing the case conversion, but the URL doesn't change in the address bar. Is it possible for that to happen?&lt;br&gt;
&lt;br&gt;
Thank you&lt;br&gt;
&lt;/div&gt;</description><author>neo302</author><pubDate>Fri, 04 Jul 2008 13:31:25 GMT</pubDate><guid isPermaLink="false">New Post: Can you change the case of URI shown in Address bar? 20080704013125P</guid></item><item><title>New Post: bug in version 1.2.12c ?</title><link>http://www.codeplex.com/IIRF/Thread/View.aspx?ThreadId=30771</link><description>&lt;div style="line-height: normal;"&gt;I don't read German, so I don't know what that is, but I'm guessing it is a bug report about a bad free. &lt;br&gt;
Yes, there were some memory management errors that have been fixed since 1.2.12c, including that one. &lt;br&gt;
&lt;br&gt;
You will want to use v1.2.14. &lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>Cheeso</author><pubDate>Thu, 03 Jul 2008 17:58:46 GMT</pubDate><guid isPermaLink="false">New Post: bug in version 1.2.12c ? 20080703055846P</guid></item><item><title>New Post: bug in version 1.2.12c ?</title><link>http://www.codeplex.com/IIRF/Thread/View.aspx?ThreadId=30771</link><description>&lt;div style="line-height: normal;"&gt;we got an error message in our iis 5.0 (win2000server).&lt;br&gt;
the http service was down.&lt;br&gt;
we use 1.2.12c &lt;br&gt;
Is this error&amp;nbsp;fixed in the new version v1.2.14?&lt;br&gt;
what is do to?&lt;br&gt;
WAM, ID: 204&lt;br&gt;
--------------------------------------------------------------------------&lt;br&gt;
Der HTTP-Server ist bei der Verarbeitung der ISAPI-Anwendung '&lt;br&gt;
ntdll!RtlFreeHeap + 0x278&lt;br&gt;
MSVCRT!free + 0x50&lt;br&gt;
msw3prt + 0xA056&lt;br&gt;
msw3prt + 0x83E3&lt;br&gt;
msw3prt + 0x870A&lt;br&gt;
msw3prt + 0x87A0&lt;br&gt;
msw3prt!GetExtensionVersion + 0x5E9&lt;br&gt;
msw3prt + 0x7881&lt;br&gt;
&amp;nbsp;+ 0x7E003B&lt;br&gt;
' auf eine unerwartete Ausnahme gestoßen. &lt;br&gt;
--------------------------------------------------------------------------&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>bernieuls</author><pubDate>Thu, 03 Jul 2008 08:32:09 GMT</pubDate><guid isPermaLink="false">New Post: bug in version 1.2.12c ? 20080703083209A</guid></item><item><title>UPDATED RELEASE: 2.0 preview (Jun 18, 2008)</title><link>http://www.codeplex.com/IIRF/Release/ProjectReleases.aspx?ReleaseId=14394</link><description>&lt;div&gt;
&lt;i&gt;The 2.0 release is still in development.  This is a way to get a preview of the release, to test it out. This preview will be updated periodically.&lt;/i&gt;&lt;br&gt; &lt;br&gt;Latest update: July 1st, 2008. &lt;br&gt; &lt;br&gt;The major new feature for 2.0 is workitem 8669, which changes the way IIRF installs and works.  Now, with a single install of the filter, every website and every web application in IIS can have its own ini file.  You need to install the filter DLL only &lt;b&gt;once&lt;/b&gt;.  This makes it much much nicer for use in high volume web servers with many sites.&lt;br&gt; &lt;br&gt;IIRF is still built in C, still simple and fast.  It's the same codebase, modified to be multi-site aware.   It still relies on PCRE for regular expression support.   &lt;br&gt; &lt;br&gt;It is now much more robust for multi-thread operation on multi-site high volume servers.  &lt;br&gt; &lt;br&gt;These are the downloads available:&lt;br&gt; &lt;br&gt;&lt;ol&gt;
&lt;li&gt; &lt;b&gt;IonicIsapiRewriter-2.0a-src.zip&lt;/b&gt; - The source code.  It includes the C source code for the filter and the utilities like the TestDriver.exe program.  This zip also includes a makefile that will build the filter.  You will need the Windows SDK and the Microsoft C/C++ compiler in order to build this filter.  Download this if you want to hack the code, modify it, examine it, and so on.  You do not need this download if you want to only USE the filter.&lt;/li&gt;&lt;li&gt;&lt;b&gt;IonicIsapiRewriter-2.0a-bin.zip&lt;/b&gt; - This is the binary release. It includes the compiled DLL;  the Readme file, which contains all the documentation;  and the various utility programs like the TestDriver.exe and the test ini files.   Download this if you want to &lt;i&gt;use&lt;/i&gt; IIRF in your own websites.&lt;/li&gt;
&lt;/ol&gt; &lt;br&gt;If you find IIRF useful, &lt;b&gt;please consider donating&lt;/b&gt;.  IIRF is still free, no-fee, and open-source, but I am now &lt;a href="http://cheeso.members.winisp.net/IirfDonate.aspx"&gt;accepting donations&lt;span&gt;&lt;/span&gt;&lt;/a&gt; on behalf of my favorite charity.  The concept is called &amp;quot;DonationWare&amp;quot;.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Wed, 02 Jul 2008 15:49:20 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 2.0 preview (Jun 18, 2008) 20080702034920P</guid></item><item><title>UPDATED RELEASE: 1.2.15a preview (Jun 18, 2008)</title><link>http://www.codeplex.com/IIRF/Release/ProjectReleases.aspx?ReleaseId=13946</link><description>&lt;div&gt;
This is a &lt;i&gt;Preview&lt;/i&gt; release for various fixes and features.  Preview means that I will update it over time.   See the list of fixes included in this release, below in the &lt;i&gt;Work Items&lt;/i&gt; section.   Major new stuff:&lt;br&gt; &lt;br&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;RewriteHeader&lt;/b&gt; - a new directive allowing you to create or change arbitrary HTTP Headers in the same way you can rewrite URLs.   With this feature you can set an arbitrary HTTP Header equal to the original URL, or you can set a blanket header saying that the URL was rewritten, or ... the possibilities are endless.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Updated logging design&lt;/b&gt; - for better performance and reliability. Also easier-to-read and easier-to-maintain code. &lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;If you find IIRF useful, &lt;b&gt;please consider donating&lt;/b&gt;.  IIRF is still free, no-fee, and open-source, but I am now &lt;a href="http://cheeso.members.winisp.net/IirfDonate.aspx"&gt;accepting donations&lt;span&gt;&lt;/span&gt;&lt;/a&gt; on behalf of my favorite charity.  The concept is called &amp;quot;DonationWare&amp;quot;.&lt;br&gt; &lt;br&gt; &lt;br&gt;These are the downloads available in this release: &lt;br&gt; &lt;br&gt;&lt;ol&gt;
&lt;li&gt; &lt;b&gt;IonicIsapiRewriter-1.2.15a-src.zip&lt;/b&gt; - The source code.  It includes the C source code for the filter and the utilities like the TestDriver.exe program.  This zip also includes a makefile that will build the filter.  You will need the Windows SDK and the Microsoft C/C++ compiler in order to build this filter.  Download this if you want to hack the code, modify it, examine it, and so on.  You do not need this download if you want to only USE the filter.&lt;/li&gt;&lt;li&gt;&lt;b&gt;IonicIsapiRewriter-1.2.15a-bin.zip&lt;/b&gt; - This is the binary release. It includes the compiled DLL;  the Readme file, which contains all the documentation;  and the various utility programs like the TestDriver.exe and the test ini files.   Download this if you want to &lt;i&gt;use&lt;/i&gt; IIRF in your own websites.&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</description><author></author><pubDate>Wed, 02 Jul 2008 15:46:05 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 1.2.15a preview (Jun 18, 2008) 20080702034605P</guid></item><item><title>New Post: % issue WSS SSL redirect</title><link>http://www.codeplex.com/IIRF/Thread/View.aspx?ThreadId=28643</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;GREAT&lt;/p&gt;
&lt;p&gt;Thanks for the feedback, both of you.&amp;nbsp; Glad it's working now. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>Cheeso</author><pubDate>Wed, 02 Jul 2008 15:45:10 GMT</pubDate><guid isPermaLink="false">New Post: % issue WSS SSL redirect 20080702034510P</guid></item><item><title>UPDATED RELEASE: 1.2.14 latest stable (Jun 12, 2008)</title><link>http://www.codeplex.com/IIRF/Release/ProjectReleases.aspx?ReleaseId=13940</link><description>&lt;div&gt;
&lt;i&gt;This is the final release of v1.2.14.&lt;/i&gt;&lt;br&gt; &lt;br&gt;This is currently the latest stable release of IIRF.  v1.2.14 is a maintenance release: It includes fixes for various bugs, and reliability and robustness updates. &lt;br&gt; &lt;br&gt;There are two downloads in this release.  &lt;br&gt; &lt;br&gt;&lt;ol&gt;
&lt;li&gt; &lt;b&gt;IonicIsapiRewriter-1.2.14-src.zip&lt;/b&gt; - The source code.  It includes the C source code for the filter and the utilities like the TestDriver.exe program.  This zip also includes a makefile that will build the filter.  You will need the Windows SDK and the Microsoft C/C++ compiler in order to build this filter.  Download this if you want to hack the code, modify it, examine it, and so on.  You do not need this download if you want to only USE the filter.&lt;/li&gt;&lt;li&gt;&lt;b&gt;IonicIsapiRewriter-1.2.14-bin.zip&lt;/b&gt; - This is the binary release. It includes the compiled DLL;  the Readme file, which contains all the documentation;  and the various utility programs like the TestDriver.exe and the test ini files.   Download this if you want to &lt;i&gt;use&lt;/i&gt; IIRF in your own websites.&lt;/li&gt;
&lt;/ol&gt; &lt;br&gt;If you find IIRF useful, &lt;b&gt;please consider donating&lt;/b&gt;.  IIRF is still free, no-fee, and open-source, but I am now &lt;a href="http://cheeso.members.winisp.net/IirfDonate.aspx"&gt;accepting donations&lt;span&gt;&lt;/span&gt;&lt;/a&gt; on behalf of my favorite charity.  The concept is called &amp;quot;DonationWare&amp;quot;.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Wed, 02 Jul 2008 15:42:43 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 1.2.14 latest stable (Jun 12, 2008) 20080702034243P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/IIRF/Wiki/View.aspx?title=Home&amp;version=42</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Ionic's Isapi Rewrite Filter
&lt;/h1&gt;&lt;b&gt;Ionic's Isapi Rewrite Filter&lt;/b&gt;, aka IIRF, is a small, cheap, easy to use, URL rewriting ISAPI filter that combines a good price (free!) with good features. It is fast and powerful.  It works on IIS 5.0, 5.1, 6.0, and 7.0.   If you use IIS, you can download IIRF and &lt;a href="http://www.codeplex.com/IIRF/Release/ProjectReleases.aspx" class="externalLink"&gt;get started right now&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
News
&lt;/h2&gt;If you find IIRF useful, consider donating.  IIRF is still free, no-charge, and open-source, but I am now &lt;a href="http://cheeso.members.winisp.net/IirfDonate.aspx" class="externalLink"&gt;accepting donations&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; on behalf of my favorite charity.  The concept is called &amp;quot;DonationWare&amp;quot;.&lt;br /&gt; &lt;br /&gt;IIRF is being actively maintained based on Community input, and the project is open to contributors.  If you would like to contribute requirements - please use the Issue Tracker.  If you have questions, use the Discussion forums.  &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Links
&lt;/h2&gt;&lt;a href="http://www.codeplex.com/IIRF/Wiki/View.aspx?title=Examples&amp;amp;referringTitle=Home"&gt;Example INI Files&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Frequently Asked Questions (FAQ)
&lt;/h2&gt; &lt;br /&gt;&lt;b&gt;What is URL Rewriting?&lt;/b&gt;&lt;br /&gt;That's a big topic, so I'll direct you elsewhere for the answer.  &lt;a href="http://en.wikipedia.org/wiki/Rewrite_engine" class="externalLink"&gt;Wikipedia&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; has a good entry on the subject. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;What is URL Rewriting good for?&lt;/b&gt;&lt;br /&gt;Lots of things.  Some people use IIRF to allow his community site to expose Search-Engine-Friendly URLs.  One person used IIRF to get SharePoint Search to work properly with HTTPS URLs.  There are lots of uses.  If you use IIS, you can use IIRF to map between the URL the browser enters, and the URL the server &amp;quot;sees&amp;quot;.   &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Why was IIRF created?&lt;/b&gt;&lt;br /&gt;Apache has mod_rewrite, which allows URL rewriting. But IIS doesn't have anything similar as a built-in, or as a &amp;quot;standard&amp;quot; free add-on. &lt;br /&gt; &lt;br /&gt;ASP.NET has a URL mapping mechanism, but it works only for filetypes that are handled by ASP.NET: aspx, ascx, asmx, and so on. For static files or non-ASP.NET files, (xml, gif, jpg, css), the ASP.NET mapping won't work cleanly. &lt;br /&gt; &lt;br /&gt;IIS, like the Apache HTTP server, has an extension mechanism: it is called the ISAPI filter. There are commercial ISAPI filters that endow IIS with the ability to re-write URLs. But you have to pay. There are free ones, but they generally don't offer regular expression matching, or automatic configuration reloading, or other powerful features. IIRF is a small, cheap, easy to use, URL rewriting ISAPI filter that combines a good price (free!) with good features. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;What does IIRF Look like?  How do I use it?&lt;/b&gt;&lt;br /&gt;IIRF is a single DLL.  You install it as an ISAPI Filter on your web server.  You configure it with a text-based INI file. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;What is the license for IIRF?&lt;/b&gt;&lt;br /&gt;IIRF is released under the Microsoft Permissive License (Ms PL).  Click the License tab on the codeplex site to learn more.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Does IIRF support regular expressions for rewrite rules?&lt;/b&gt;&lt;br /&gt;Yes. a Perl-compatible regular expression syntax is supported, with negative and positive lookaheads, conditionals, and so on. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Outstanding! Where does the regular expression support come from?&lt;/b&gt;&lt;br /&gt;It comes from the open-source &lt;a href="http://www.pcre.org" class="externalLink"&gt;PCRE&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; library. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Ok, wait, what's a regular expression?&lt;/b&gt;&lt;br /&gt;Again I will defer to &lt;a href="http://en.wikipedia.org/wiki/Regular_expression" class="externalLink"&gt;Wikipedia&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; on that topic.  Regular Expressions define a language for matching text patterns.  It can be challenging to learn Regular Expressions if you're not a geek.  Be careful, do your homework.  &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Ok, What versions of Windows and IIS does IIRF work with?&lt;/b&gt;&lt;br /&gt;Windows XP with IIS 5.1, Windows Server 2003 (including R2) with IIS6, Windows Vista SP1 with IIS7, and Windows Server 2008 with IIS7.   &lt;br /&gt; &lt;br /&gt;&lt;b&gt;But seriously, Why do we need IIRF?  There are already free rewriting filters.&lt;/b&gt;&lt;br /&gt;There various other rewrite filters for IIS.  Each of them has advantages and disadvantages.  IIRF is another option.  Some of the advantages of IIRF:  IIRF is free and open source.  IIRF supports regular expressions, for power in rewriting.  IIRF does auto-reloading of the rules files.  The other options in rewriting filters don't have this combination of capabilities.  At the same time, IIRF has limitations.  It's unsupported.  It's non-commercial.  So... it's your choice.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Does using IIRF require that I install the .NET Framework on the server in order to use it?&lt;/b&gt; &lt;br /&gt;No.  I think the .NET Framework is cool, but IIRF does not depend on the .NET Framework.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Does IIRF require .NET on my workstation in order to build it?&lt;/b&gt;&lt;br /&gt;No.  IIRF does not depend on the .NET Framework.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Why doesn't IIRF use the Regular Expression library in the .NET Framework?&lt;/b&gt;&lt;br /&gt;IIRF is built in C, and is designed to be small, native, and fast.  IIRF is not built in managed code, hence we cannot rely on the .NET Framework for anything, including regular expressions. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Why &lt;i&gt;wouldn't&lt;/i&gt; you use .NET managed code for a rewriting filter?&lt;/b&gt;&lt;br /&gt;Because in IIS5 and IIS6, ISAPI filters are written in unmanaged code.  There's no programming model for managed code ISAPI filters.  This is different in IIS7, but still, some people don't want to install or run .NET applications on their web servers.  &lt;br /&gt; &lt;br /&gt;&lt;b&gt;What do I have to install on my server in order to &lt;b&gt;use&lt;/b&gt; IIRF?&lt;/b&gt;&lt;br /&gt;Of course Windows is a pre-requisite: Windows Server 2003 or 2008, Windows XP or Vista. Also you'll need IIS itself.  And then the IIRF ISAPI dll. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Where can I find the documentation for IIRF?&lt;/b&gt;&lt;br /&gt;There is a single README text file that describes the features and how to use them.  The README is in the binary distribution. Download the bin.zip and unpack it, and check the readme.   &lt;br /&gt; &lt;br /&gt;&lt;b&gt;If I want to download the source and compile my own version of IIRF, must I install and use Visual Studio on my developer workstation?&lt;/b&gt; &lt;br /&gt;No.  IIRF is a small set of code files and it ships with a makefile for building.  There's no Visual Studio solution, so in fact, you can't use Visual Studio to build IIRF.  IIRF builds from the command line with a makefile.  To run the make, you need the &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=E6E1C3DF-A74F-4207-8586-711EBE331CDC&amp;amp;displaylang=en" class="externalLink"&gt;Windows SDK&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, and the Microsoft C/C++ compiler, version 8 or 9.  You can get that compiler from an installation of &lt;a href="http://msdn.microsoft.com/vstudio" class="externalLink"&gt;Visual Studio&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, including the (free, no charge)  &lt;a href="http://www.microsoft.com/express/download/" class="externalLink"&gt;Visual Studio C++ Express edition&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, but you will not build IIRF from within Visual Studio.  &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Must I install Visual Studio if I want to contribute to IIRF, or build the source code?&lt;/b&gt;&lt;br /&gt;No.  There is a makefile that you can use to build IIRF.  It builds with the compiler included in the (free, no-charge) &lt;a href="http://www.microsoft.com/express/download/" class="externalLink"&gt;Visual Studio C++ Express edition&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.   If you want to debug the resulting filter, then you may want the full Visual Studio tool.  &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Can I use IIRF with PHP urls?&lt;/b&gt; &lt;br /&gt;Yes.  and CGI, and ASP, and ASP.NET, Joomla, and Mambo, and Ruby, and JSP, and ColdFusion, and  a zillion other IIS plugins.&lt;br /&gt;See the &lt;a href="http://www.codeplex.com/RORIIS" class="externalLink"&gt;RORIIS&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; project for an example of a Ruby-on-Rails framework for IIS that uses IIRF.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Can I use IIRF to prevent people from directly linking to the image files on my site?&lt;/b&gt;&lt;br /&gt;Yes, and you can prevent SQL injection hacks, and you can do lots of other things. Check the readme for more information. &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>Cheeso</author><pubDate>Wed, 02 Jul 2008 15:41:20 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080702034120P</guid></item><item><title>New Post: % issue WSS SSL redirect</title><link>http://www.codeplex.com/IIRF/Thread/View.aspx?ThreadId=28643</link><description>&lt;div style="line-height: normal;"&gt;Thanks allot , it works now , I downloaded the patched v1.2.14 release , I will ask my boss for a donation :) &lt;br&gt;
&lt;br&gt;
I'm not going to try it again but yesterday the 2.0 preview release gave me the same result , not adding %1%3, just fyi
&lt;/div&gt;</description><author>Vipe26</author><pubDate>Wed, 02 Jul 2008 15:16:34 GMT</pubDate><guid isPermaLink="false">New Post: % issue WSS SSL redirect 20080702031634P</guid></item><item><title>New Post: % issue WSS SSL redirect</title><link>http://www.codeplex.com/IIRF/Thread/View.aspx?ThreadId=28643</link><description>&lt;div style="line-height: normal;"&gt;Hey buddy,&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;I had the same issue Vipe reported using the final of 1.2.14; I tested the current 1.2.15 release you have up, and it works as it should for this issue.
&lt;/div&gt;</description><author>jcsernik</author><pubDate>Wed, 02 Jul 2008 15:07:06 GMT</pubDate><guid isPermaLink="false">New Post: % issue WSS SSL redirect 20080702030706P</guid></item><item><title>New Post: AJAX Not working and Subdomain with IIRF</title><link>http://www.codeplex.com/IIRF/Thread/View.aspx?ThreadId=30069</link><description>&lt;div style="line-height: normal;"&gt;Hey Cheeso, &lt;br&gt;
&lt;br&gt;
I wanted to &lt;span style="text-decoration:underline"&gt;make sure&lt;/span&gt; you understood what I was asking so I didn't spend a ton of time on it if would not be possible.&lt;br&gt;
I am super busy and I know you are. I thought I was trying to do something kind of funky that needs to handle a combination of things that&lt;br&gt;
I didn't see an example&amp;nbsp;for. I wanted to make sure I was not going to waste a whole bunch of time I don't have trying to figure it out. &lt;br&gt;
You are the expert at this so I was hoping you would know off the top of your head (as you did). &lt;br&gt;
&lt;br&gt;
Thanks&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;div style="border-right:medium none;padding-right:0.2em;border-top:#aaa 0.1em dotted;padding-left:0.2em;padding-bottom:0.2em;margin:1em 0em 2.5em 3em;border-left:medium none;padding-top:0.2em;border-bottom:#aaa 0.1em dotted;font-style:italic"&gt;&lt;br&gt;
Cheeso wrote:&lt;br&gt;
&lt;p&gt;are we going round in circles? &lt;br&gt;
&lt;br&gt;
YES, what you ask for is possible. I think you need two rules: one for redirect and another for&amp;nbsp;rewrite.&amp;nbsp; In my previous message I told you that I already gave you the redirect rule. The rewrite rule is simple, if you can follow the examples. &lt;/p&gt;
&lt;p&gt;Does that make sense?&lt;/p&gt;
&lt;p&gt;What have you tried?&lt;br&gt;
What results do you see?&lt;/p&gt;
&lt;p&gt;I think you are begging me to do this FOR YOU. Look, I don't know the answer. You have to be able to figure this out yourself. I can write rules but I don't know if they do what you really want. You need to be in charge of that. &lt;i&gt;A little knowledge is dangerous!&lt;/i&gt; You need to be comfortable enough with this rewrite thing that you know it will work the way you want. Being comfortable with it is much better, trust me on this, much better than just getting a magic regex incantation and it sort of works but you're not really sure how.&lt;/p&gt;
&lt;p&gt;Start with this?&lt;/p&gt;
&lt;pre&gt;# Null Rewrite if MicrosoftAjax is in use.  (Rewrite the url to itself, and Make this the last rewrite rule, so no more rewrites on this request). 
RewriteCond %{ALL_RAW}  X-MicrosoftAjax   
RewriteRule  ^(.*)$  $1 [L]

# Redirect for bad site name
RewriteCond %{HTTP_HOST}  ^(?!www\.site1\.com).+$   [I]
RewriteRule ^/(.*) http://www.site1.com/$1 [I,R=301]

# Rewrite for all other URLs (and do case folding)
RewriteRule ^/([^\.\/\?]+)$  /#Lfiles/details.aspx/$1#U  [L]

&lt;/pre&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>neo302</author><pubDate>Wed, 02 Jul 2008 14:04:17 GMT</pubDate><guid isPermaLink="false">New Post: AJAX Not working and Subdomain with IIRF 20080702020417P</guid></item><item><title>UPDATED RELEASE: 2.0 preview (Jun 18, 2008)</title><link>http://www.codeplex.com/IIRF/Release/ProjectReleases.aspx?ReleaseId=14394</link><description>&lt;div&gt;
&lt;i&gt;The 2.0 release is still in development.  This is a way to get a preview of the release, to test it out. This preview will be updated periodically.&lt;/i&gt;&lt;br&gt; &lt;br&gt;Latest update: July 1st, 2008. &lt;br&gt; &lt;br&gt;The major new feature for 2.0 is workitem 8669, which changes the way IIRF installs and works.  Now, with a single install of the filter, every website and every web application in IIS has its own ini file.  There is no longer a filewatcher thread to monitor changes in the ini file.  Instead IIRF checks the appropriate ini file with each URL request, and loads new rules for that request if the ini file has been changed since the last read. &lt;br&gt; &lt;br&gt;It's the same codebase, modified to be multi-site aware.  IIRF is still built in C, still simple and fast.  It still relies on PCRE for regular expression support.   &lt;br&gt; &lt;br&gt;It is now much more robust for multi-thread operation.  &lt;br&gt; &lt;br&gt;These are the downloads available:&lt;br&gt; &lt;br&gt;&lt;ol&gt;
&lt;li&gt; &lt;b&gt;IonicIsapiRewriter-2.0a-src.zip&lt;/b&gt; - The source code.  It includes the C source code for the filter and the utilities like the TestDriver.exe program.  This zip also includes a makefile that will build the filter.  You will need the Windows SDK and the Microsoft C/C++ compiler in order to build this filter.  Download this if you want to hack the code, modify it, examine it, and so on.  You do not need this download if you want to only USE the filter.&lt;/li&gt;&lt;li&gt;&lt;b&gt;IonicIsapiRewriter-2.0a-bin.zip&lt;/b&gt; - This is the binary release. It includes the compiled DLL;  the Readme file, which contains all the documentation;  and the various utility programs like the TestDriver.exe and the test ini files.   Download this if you want to &lt;i&gt;use&lt;/i&gt; IIRF in your own websites.&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</description><author></author><pubDate>Wed, 02 Jul 2008 07:22:22 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 2.0 preview (Jun 18, 2008) 20080702072222A</guid></item><item><title>New Post: Help with writing rules</title><link>http://www.codeplex.com/IIRF/Thread/View.aspx?ThreadId=30464</link><description>&lt;div style="line-height: normal;"&gt;sorry about the trouble.&lt;br&gt;
good luck.&lt;br&gt;
&lt;/div&gt;</description><author>Cheeso</author><pubDate>Wed, 02 Jul 2008 06:57:45 GMT</pubDate><guid isPermaLink="false">New Post: Help with writing rules 20080702065745A</guid></item><item><title>UPDATED RELEASE: 1.2.15a preview (Jun 18, 2008)</title><link>http://www.codeplex.com/IIRF/Release/ProjectReleases.aspx?ReleaseId=13946</link><description>&lt;div&gt;
This is a &lt;i&gt;Preview&lt;/i&gt; release for various fixes and features.  Preview means that I will update it over time.   See the list of fixes included in this release, below in the &lt;i&gt;Work Items&lt;/i&gt; section.   Major new stuff:&lt;br&gt; &lt;br&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;RewriteHeader&lt;/b&gt; - a new directive allowing you to create or change arbitrary HTTP Headers in the same way you can rewrite URLs.   With this feature you can set an arbitrary HTTP Header equal to the original URL, or you can set a blanket header saying that the URL was rewritten, or ... the possibilities are endless.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Updated logging design&lt;/b&gt; - for better performance and reliability. Also easier-to-read and easier-to-maintain code. &lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;These are the downloads available in this release: &lt;br&gt; &lt;br&gt;&lt;ol&gt;
&lt;li&gt; &lt;b&gt;IonicIsapiRewriter-1.2.15a-src.zip&lt;/b&gt; - The source code.  It includes the C source code for the filter and the utilities like the TestDriver.exe program.  This zip also includes a makefile that will build the filter.  You will need the Windows SDK and the Microsoft C/C++ compiler in order to build this filter.  Download this if you want to hack the code, modify it, examine it, and so on.  You do not need this download if you want to only USE the filter.&lt;/li&gt;&lt;li&gt;&lt;b&gt;IonicIsapiRewriter-1.2.15a-bin.zip&lt;/b&gt; - This is the binary release. It includes the compiled DLL;  the Readme file, which contains all the documentation;  and the various utility programs like the TestDriver.exe and the test ini files.   Download this if you want to &lt;i&gt;use&lt;/i&gt; IIRF in your own websites.&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</description><author></author><pubDate>Wed, 02 Jul 2008 06:56:33 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 1.2.15a preview (Jun 18, 2008) 20080702065633A</guid></item><item><title>Source code checked in, #34183</title><link>http://www.codeplex.com/IIRF/SourceControl/ListDownloadableCommits.aspx</link><description>This is a fix for WorkItemId 17227, in which back-references to matched captures from the RewriteCond the string &amp;#40;&amp;#37;1 &amp;#37;2, etc&amp;#41;  were not working.  </description><author>Cheeso</author><pubDate>Wed, 02 Jul 2008 06:55:13 GMT</pubDate><guid isPermaLink="false">Source code checked in, #34183 20080702065513A</guid></item></channel></rss>