liuxiaolong
2019-05-06 a7bed6b4cfecd61ec153818945f982c5bb796b98
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>  &lt;!&ndash;type="permanent-redirect" last="true"&ndash;&gt;
    </rule>-->
</urlrewrite>