| Posted: 27 February 2007 at 5:03am | IP Logged
|
|
|
Hello,
I have a strange problem a file called test.html is beeing renamed to test.aspx? Not in the url but the server calls the test.aspx but this document does not exists. So I get a 404 error.
Here is my config file.
################################################# # LinkFreeze Configuration file # Version 2, 1, 0, 63
LogRewrite=False NotifyOrder=MEDIUM
@/Content/Book/.* ?&= @/(?!/Content/Book/).* ~// .aspx [MoveExt,Redirect]
Can someone tell me why?
Thanks Bjorn
|