Config URL Rewrite Definition

Posted Almost 12 years ago. Visible to the public.
<config>
    <global>
        <rewrite>
            <namespace_module>
                <from><![CDATA[#^/some/regex/([a-z]*/?$#]]></from>
                <to><![CDATA[/frontname/whatever/whatever/blah/$1]]></to>
            </namespace_module>
        </rewrite>
    </global>
</config>

Mike Whitby
Last edit
Over 10 years ago
Posted by Mike Whitby to Magento (2012-04-30 13:42)