(ot) helicon isapi_rewrite config

2010-01-24 Thread Michael Muller
Hey all, I'm having trouble conceptualizing something here. I just installed Helicon ISAPI_Rewrite so I can turn the following URLs... http://mysite.com/hello ... into this... http://mysite.com/page.cfm?name=hello I have the following config set: RewriteEngine on #RewriteBase /

Re: (ot) helicon isapi_rewrite config

2010-01-24 Thread Judah McAuley
I don't have the config file for my former install here, but I'll look around for it. Basically, you need to first catch/exclude the patterns you don't want to rewrite, like /images, /stylesheets, etc. and then use your generic rewrite rule. I've not used ReWrite Base before, so I can't help you

Re: (ot) helicon isapi_rewrite config

2010-01-24 Thread Mik Muller
So... you're saying that using the rule below to turn this url... http://mysite.com/hello ... into this... http://mysite.com/page.cfm?name=hello ... the same rule might rewrite the following url... http://mydomain.com/images/whatever.jpg ... thusly...