Make Miva Homepage on iiS Windows Server for web.config January 12, 2018at 22:14 pm By: James Byrne After Dark Grafx Simply add this to web.config file: <rule name=”rule 1v” stopProcessing=”true”> <match url=”^/*$” /> <action type=”Rewrite” url=”//mm5/merchant.mvc” /> </rule> Adding this code to the web.config file if I now go to http://www.MYDOMAIN.com it will load the miva homepage without redirecting.