1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| <?xml version="1.0" encoding="utf-8"?>
| <!DOCTYPE urlrewrite PUBLIC "-//tuckey.org//DTD UrlRewrite 4.0//EN"
| "http://www.tuckey.org/res/dtds/urlrewrite4.0.dtd">
| <!--use-query-string="true"-->
| <urlrewrite >
|
| <!-- 考勤接口 -->
| <rule>
| <from>^/data/</from>
| <to >/</to>
| </rule>
|
| <!-- 图片 -->
| <!--<rule>
| <name>seo redirect</name>
| <from>^/httpImage</from>
| <to type="redirect" last="true">http://192.168.1.182</to> <!–type="permanent-redirect" last="true"–>
| </rule>-->
| </urlrewrite>
|
|