That's encouraging hehehehe This is the rewrite rule: RewriteRule ^/([^/]+)/?([^/]*)/?([^/]*)/?([^/]*)/?([^/]*)/?([^/]*)$ /index.cfm?jobname=$1&company=$2&jobloc=$3&city=$4&state=$5&ad_id=$6 [R,L]
Here is what would be in the actual url: http://www.mydomain.com/jobname/company/location/city/state/jobid If I have the isapi filter enabled, nothing works...I just installed at as per the installer for this. This is the text of the actual config file... # IIS Mod-Rewrite configuration file # Prevent access to .htaccess files RewriteEngine On RewriteRule /\.htaccess$ - [F] #rewrite jobad url RewriteEngine On RewriteRule ^/([^/]+)/?([^/]*)/?([^/]*)/?([^/]*)/?([^/]*)/?([^/]*)$ /index.cfm?jobname=$1&company=$2&jobloc=$3&city=$4&state=$5&ad_id=$6 [R,L] I was just following their example...like I said...total noob to setting this up... Eric -----Original Message----- From: Michael Dinowitz [mailto:[email protected]] Sent: Monday, March 01, 2010 11:54 AM To: cf-talk Subject: Re: Micronovae's mod rewrite module on IIS 6 and CF 6.1... Please post the redirect scripts your running. If you are capturing all of X, sending it to a CF page that processed it and then does another redirect, you might be tripping that first capture again. Proper writing of redirects takes time, dedication, and an engineering degree. :) -- Michael Dinowitz On Mon, Mar 1, 2010 at 12:33 PM, Eric Roberts <[email protected]> wrote: > > I am trying to get Micronovae's mod rewrite ISAPI filter working on II6 and > CF 6.1. When I have the filter installed, it seems like the CF sites go > into a eternal redirect loop.even if they shouldn't be getting picked up by > the rewrite directive. Has anyone had any experience with this that can > help me out. I need to get a running example up as soon as I can. I have > never set this up before, so I am coming from a position of total ignorance > on this end ;-) Any help would be appreciated. > > > > Eric > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331215 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

