I recently inherited a website running coldfusion. Sometime in the last year, all the .htm
files were renamed to .cfm
. Problem is that some external sites were already linking to the .htm
versions, and now those links are broken.
I'm trying to find a way to redirect the user to the .cfm
file if a .htm
file is requested but not found (and of course, it's CF counterpart is present). I'm new to IIS and just don't know where to look.