Blogs

Search Engine Optimization San Diego

Make Miva Homepage on iiS Windows Server for web.config

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.