-
1 Attachment(s)
Flex, Spring, Maven
Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE urlrewrite PUBLIC "-//tuckey.org//DTD UrlRewrite 3.2//EN" "http://tuckey.org/res/dtds/urlrewrite3.2.dtd">
<urlrewrite default-match-type="wildcard">
<rule>
<from>/resources/**</from>
<to last="true">/resources/$1</to>
</rule>
<rule>
<from>/static/WEB-INF/**</from>
<set type="status">403</set>
<to last="true">/static/WEB-INF/$1</to>
</rule>
<rule>
<from>/static/**</from>
<to last="true">/$1</to>
</rule>
<rule>
<from>/</from>
<to last="true">/rootunes_scaffold.html</to>
</rule>
<rule>
<from>/rootunes/**</from>
<to last="true">/rootunes/$1</to>
</rule>
<rule>
<from>/*.*</from>
<to>/$1.$2</to>
</rule>
<rule>
<from>/**/*.*</from>
<to>/$1/$2.$3</to>
</rule>
<rule>
<from>/**</from>
<to>/app/$1</to>
</rule>
<outbound-rule>
<from>/app/**</from>
<to>/$1</to>
</outbound-rule>
</urlrewrite>
Error :-
please refer the attachment