| Posted: 23 February 2007 at 3:36pm | IP Logged
|
|
|
The URL is on a development environment which is not accessible from the internet. the above url is an exact replica of the development URL though. Also the reason I used regex is because we have multiple file types (cfm, aspx, css, images etc.) on the site. I only want the rewrite to apply to cfm pages not any other file types. The ini file config ir below.
################################################# # LinkFreeze Configuration file # Version 2, 2, 0, 65
LogRewrite=False NotifyOrder=HIGH
@[^?]+\.cfm.* ~|- [MoveExt,Redirect,NoLinks]
|