win主机wordpress伪静态

Posted 香草物语

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了win主机wordpress伪静态相关的知识,希望对你有一定的参考价值。

将一下代码复制到httpd.ini文件

 
  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]  

后台设置→固定连接填写/%post_id%.html

 
本文地址:https://www.lisen.me/253.html
版权声明:本文为原创文章,版权归 李森的博客 所有,欢迎分享本文,转载请保留出处!

以上是关于win主机wordpress伪静态的主要内容,如果未能解决你的问题,请参考以下文章