As a web page like .aspx rewritten to the same name with .html suffix, if the html page does exist I want to response the html rather than the aspx, how could I do with this?
I think it is sth about level example: a.aspx to a.html if a.html itselft does not exist, I hope the server response the a.aspx as a.html; if a.html DOES EXIST on the server, I just hope the server response the a.html instead of calling the rewrite module. I need your help Regards