<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : [Solved] ISAPI Rewrite not encoding pipe character</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Search Engine Optimization : [Solved] ISAPI Rewrite not encoding pipe character]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 10 Apr 2026 14:16:23 +0000</pubDate>
  <lastBuildDate>Thu, 18 Mar 2010 17:02:18 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=3521</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[[Solved] ISAPI Rewrite not encoding pipe character : Hey guys, someone made a genius...]]></title>
   <link>https://forum.productcart.com/solved-isapi-rewrite-not-encoding-pipe-character_topic3521_post13489.html#13489</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1159">Brett</a><br /><strong>Subject:</strong> 3521<br /><strong>Posted:</strong> 18-March-2010 at 5:02pm<br /><br />Hey guys, someone made a genius post a while back about ISAPI rewrite (I believe it was Sean? Could be wrong - can't find original post now).<br /><br />Anyways, I applied it to my site and after a couple modifications everything was working fine.<br /><br />However, the categorysearchfields were being messed up because isapi rewrite was encoding pipe ( | ) characters into %307C or something.<br /><br />Anyways, the way to fix it is to add a NE flag to the redirect rule in isapi rewrites httpd.ini (or whatever ini file it is).<br /><br />Here's the code:<br />---------------------------------------------------------------------<br /># Permanently redirect all pages that were using sub-directories:<br />RewriteRule ^store/pc/(.*)$ $1 &#091;NE,NC,R=301,L&#093;<br />---------------------------------------------------------------------<br /><br />You'll see that line has NE flag in it now, I assume this means no encoding(?). Anyways, if you're someone who has applied this with the original post's http.ini config info, then you might have ran into the same problem I did with pipes not decoding correctly.<br /><br />The solution is simply to add the NE flag to your redirect rules. Hope this saves someone else some time.<br />]]>
   </description>
   <pubDate>Thu, 18 Mar 2010 17:02:18 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/solved-isapi-rewrite-not-encoding-pipe-character_topic3521_post13489.html#13489</guid>
  </item> 
 </channel>
</rss>