Eliminating CFM extensions in IIS 7

2014-12-10 Thread Robert Harrison
I'm no expert on this, and struggle with IIS config, so hopefully someone on the list can help. I'm trying to use URLs like mysite.com/news/2014/the-article. Below is a url rewrite that rewrites a request like mysite.com/news/ to myside/news.cfm. That part works. But, if you add another

Re: Eliminating CFM extensions in IIS 7

2014-12-10 Thread Jon Clausen
You need to specify a rewrite handler for everything in the /news/ path. Assuming /news.cfm handles all of your requests for that path, your rule would look something like this: rule name=“News Handler stopProcessing=true

RE: Eliminating CFM extensions in IIS 7

2014-12-10 Thread Robert Harrison
-Original Message- From: Jon Clausen [mailto:jon_clau...@silowebworks.com] Sent: Wednesday, December 10, 2014 10:05 AM To: cf-talk Subject: Re: Eliminating CFM extensions in IIS 7 You need to specify a rewrite handler for everything in the /news/ path. Assuming /news.cfm handles all of your

RE: Eliminating CFM extensions in IIS 7

2014-12-10 Thread Robert Harrison
[mailto:jon_clau...@silowebworks.com] Sent: Wednesday, December 10, 2014 10:05 AM To: cf-talk Subject: Re: Eliminating CFM extensions in IIS 7 You need to specify a rewrite handler for everything in the /news/ path. Assuming /news.cfm handles all of your requests for that path, your rule would look something