Nginx configuration restful style URL

Source: Internet
Author: User
Start to do SEO optimization, of course, tied to fixed links, WordPress provides a variety of types of link form:

1

2

3

4

5

6

7

/ % Year % / % Monthnum % / % Day % / % Postname % /

/ % Year % / % Monthnum % / % Postname % /

/ % Year % / % Monthnum % / % Day % / % Postname % . HTML

/ % Year % / % Monthnum % / % Postname % . HTML

/ % category % / % Postname % . HTML

/ % post_id % . HTML

/ % Postname % /

I chose/%postname% pseudo-static, although now seems to be no different, but it is the next bar. After modifying the permalink, there is a 404 error accessing the article.

WordPress official gives a new way to open the fixed link, very simple. Paste the following code into the Nginx conf configuration file.

1

2

3

4

Location / {

Try _Files$URI$uri//index. PHP ? $ args ;

}

rewrite / WP - Admin $ $ Scheme : //$host $uri/permanent;

You can then restart the nginx to have normal access to the!!!

Original address: http://wanshicheng.org/nginx%E9%85%8D%E7%BD%AErestful%E9%A3%8E%E6%A0%BCurl/

The above describes the Nginx configuration restful URL, including the aspects of the content, I hope that the PHP tutorial interested in a friend helpful.

  • Related Article

    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.