Configuration of Redirection 301 in Apache Environment

Source: Internet
Author: User

In the actual production environment, the Apache Server Web site often needs to maintain or discard the old domain name needs to use domain redirection, then can take advantage of the Apache service rewrite rules to quickly modify the virtual host to achieve 301 redirect, If you do not know the status code of the HTTP can see: http://jim123.blog.51cto.com/4763600/1836154

<virtualhost *:80> documentroot "/data/www/www.test1.com" ServerName www.test1.com# actual domain <directory/data    /www/www.test1.com> allowoverride all rewriteengine on Order Allow,deny </directory></virtualhost><virtualhost *:80> ServerName www.test2.com# need to jump the domain name Redirectmatch per Manent ^/(. *) http://www.test1.com/$1# Jump www.test1.com</virtualhost>

After restarting Apache, using Curl-i www.test2.com authentication, the HTTP status value returned is 301 is the successful

This article is from the "Technical essay" blog, please be sure to keep this source http://jim123.blog.51cto.com/4763600/1851239

Configuration of Redirection 301 in Apache Environment

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.