Nginx 301 permanent redirect configuration example

Source: Internet
Author: User

Nginx does not support configuration. the htaccess file to achieve 301 permanent redirection and pseudo-static. It must be configured in the Nginx site file (usually in the "/usr/local/nginx/conf/vhost" folder) use the rewrite command. After the fixed link structure of this site is changed, the Nginx 301 permanent redirect configuration is as follows:

  1. Rewrite ^/(2009 | 2010 | 2011 | 2012 | 2013 | 2014 | 2015)/(. * example .html $ scheme: // $ host/archives/example 2.html permanent;

Place the above 301 permanent redirection configuration in any location under the server_name line. After restarting the Nginx service, you can redirect the articles in the corresponding year to the archives Directory, if your fixed link structure is inconsistent with mine, please adjust it accordingly.

For sites that rely mainly on Baidu traffic, after modifying the fixed link, be sure to submit "rule revision" under the Baidu webmaster platform-website revision section ", make sure that the weight of the old link is passed to the new link address as soon as possible.

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.