I want to remove the index.cfm in the URL if there is there is no query_string e.g. www.mysite.com/index.cfm
would be rewritten to www.mysite.com
and 'www.mysite.com/Test/index.cfm
would be rewritten to 'www.mysite.com/Test/
but if there is querstring in the url then url would not be affected e.g. 'www.mysite.com/Test/index.cfm?u=5
would not be affected by rewrite rule.
How can I get it?
This works perfect for me