Quantcast
Channel: All Forums
Viewing all articles
Browse latest Browse all 28058

need help in outbound syntax (closed)

$
0
0

I want to rewrite app.com/cms/en-us/home.aspx -> app.com/en-us/home

i tested with this syntax in IIS test pattern, it show good:

                <rule name="cms out">
                    <match filterByTags="None" pattern="^/cms/([_0-9a-z-/]+)([_0-9a-z-/.]+)" />
                    <action type="Rewrite" value="/{R:1}" />
                </rule>

but it just doesn't work in my simple test.aspx with

    <a href="/cms/en-us/home.aspx" mce_href="/cms/en-us/home.aspx">Test Outbound</a>

I expect the browser should show "/en-us/home"


Viewing all articles
Browse latest Browse all 28058

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>