### Begin - Miva Merchant URI Management: Direct all non-file URIs
to Miva Merchant</p>
<p>RewriteEngine on</p>
<p>RewriteCond %{REQUEST_FILENAME} !-s</p>
RewriteCond %{REQUEST_URI} !^/mm5/.*$</p>
<p>RewriteRule ^(.*)$ /mm5/uri.mvc? [QSA,L]</p>
<p>### End - Miva Merchant URI Management