I would like to use the URL Rewrite module of IIS7 to create 301 redirects based on a specific pattern.
I have a web site that consists of only .HTML files. I am converting the site to .PHP files, but keeping all of the same filenames. For example, the following urls...
/index.html
/contact/contact.html
/membership/member.html
will become...
/index.php
/contact/contact.php
/membership/member.php
Can anyone advise on how to create this rule?
Thanks.