Win host WordPress pseudo static

Source: Internet
Author: User

Copy the code to the Httpd.ini file

  1. [Isapi_rewrite]
  2. # 3600 = 1 hour
  3. Cacheclockrate 3600
  4. Repeatlimit 32
  5. # Protect Httpd.ini and Httpd.parse.errors files
  6. # from accessing through HTTP
  7. # Rules to ensure that normal content gets through
  8. Rewriterule/sitemap.xml/sitemap.xml [L]
  9. Rewriterule/favicon.ico/favicon.ico [L]
  10. # for file-based WordPress content (i.e. theme), admin, etc.
  11. rewriterule/wp-(. *)/wp-$1 [L]
  12. # for normal WordPress content, via index.php
  13. Rewriterule ^/$/index.php [L]
  14. Rewriterule/(. *)/index.php/$1 [L]

Background settings → fixed connection fill/%post_id%.html

address of this article:Https://www.lisen.me/253.html
Copyright Notice:This article for the original article, copyright belongs to Leeson Blog all, welcome to share this article, reproduced please keep the source!

Win host WordPress pseudo static

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.