web.config: Magento Url Rewrite

Magento URL Rewrite via web.config.

Add the following rules to the web.config:


name="Remove index.php rule" stopProcessing="true"> url=".*" ignoreCase="false"/>
pattern="^/(media|skin|js)/" ignoreCase="false" negate="true" />


type="Rewrite" url="index.php" />














Place this between: