| Posted: 01 October 2007 at 8:58am | IP Logged
|
|
|
Thank you. This is great.
Can you give me little more detail about this?
1. When I need to enable link freeze for multiple virtual directory, is this code correct?
/articles ~~~ .asp [MoveExt] /news ~~~ .asp [MoveExt] /events ~~~ .asp [MoveExt]
2. Does this need to add after making enable IIS level linkfreeze?
Is the below code correct? I added additional code after the existing code.
################################################# # LinkFreeze Configuration file
LogRewrite=False NotifyOrder=MEDIUM
/articles ~~~ .asp [MoveExt] /news ~~~ .asp [MoveExt] /events ~~~ .asp [MoveExt]
Thanks,
Andrew
|