> Looks like we're working along the same lines, except we're
> adding .htm to the variable to get indexed by search engines
> that don't spider .cfm pages. So I link to page.cfm/variable.htm
>
> My trouble is my development box takes this url and knows to pull
> up page.cfm, while my production boxes are looking for varbiable.htm.
> With IIS 4, is this controlled by an ISAPI filter or application
> mapping? We didn't change the configuration to get his working in
> development, so I'm coming up short on what I need to do to get it
> going in production.

If you installed Service Pack 6 on your production servers, that may be the
cause of the problem. I believe that SP 6 changed the direction in which
URLs are parsed from left-to-right to right-to-left, which would cause your
problem.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to