tomcat301 and java301 Analysis _java

Source: Internet
Author: User

Tomcat 301 Obviously does not provide this feature should be more correct called JAVA301, suitable for friends to do friendly SEO

Do not explain more, do SEO words Java basic election Urlrewrite, so the following is how to combine urlrewrite do domain name jump. For 301 This article is basically the essence of the paste. The following code is directly attached.

Note that the following condition is not what domain name you want to intercept but with the domain name you want to jump, such as jb51.net jump www.jb51.net that condition fill in www.jb51.net

The first type of urlrewrite configuration:

Copy Code code as follows:

<urlrewrite>
<rule>
<name>seo redirect</name>
<condition name= "host" operator= "NotEqual" >^www.jb51.net</condition>
<from>^/(. *) </from>
<to type= "Permanent-redirect" last= "true" >http://www.jb51.net/$1</to>
</rule>
</urlrewrite>

The second type of urlrewrite configuration:

Copy Code code as follows:

<urlrewrite>
<rule>
<name>seo redirect</name>
<condition name= "host" operator= "NotEqual" >^www.jb51.net</condition>
<condition name= "host" operator= "NotEqual" >^localhost</condition>
<from>^/(. *) </from>
<to type= "Permanent-redirect" last= "true" >http://www.jb51.net/$1</to>
</rule>
</urlrewrite>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.