Miva Merchant Development by Scot's Scripts

URL REFRESH: Meta Refresh in a Miva Template

Miva Knowledge Base
URL REFRESH: Meta Refresh in a Miva Template
Important Notice: This information is for internal reference only. Use at your own risk.
Does Google actually understand your Miva Merchant store? Our JSON-LD schema generator makes sure it does. Contact us to get started. (more info)

URL REFRESH: Meta Refresh in a Miva Template

Scot Ranney • April 15, 2026 (updated: April 15, 2026)


<mvt:assign name="l.nothing" value="miva_output_header( 'Status', '404 Not Found')" />
<mvt:assign name="l.nothing" value="miva_output_flush()" />

<mvt:if expr="('/blog/' IN tolower(s.http_referer))">
	<meta http-equiv="refresh" content="0; url=https://www.redrivercatalog.com/blog/blog.html">
	<mvt:exit/>
</mvt:if>

https://www.scotsscripts.com/mvblog/url-refresh-meta-refresh-in-a-miva-template.html

mvkb_refresh mvkb_redirect mvkb_htaccess