I add url write rule successfully for JIRA and Stash. But failed for Bamboo and Confluence. It just doesn't work. Not sure why it's different for Bamboo. Can someone advise here. Thanks.
Below rule was added into urlwrite.xml as TOP RULE under WEB-INF folder
<rule>
<condition name="host" operator="notequal">host.adc.com</condition>
<from>^/(.*)</from>
<to type="permanent-redirect" last="true">http://host.abc.com/$1</to>
</rule>