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伪静态的主要内容,如果未能解决你的问题,请参考以下文章

win主机wordpress伪静态设置方法404页面方法

安装WordPress 在跟目录 访问子目录站全都是WordPress 404页面 怎么样才能正常访问子目录呢

在Windows主机下安装的WordPress,设置成伪静态后网页中的图片无法显示,请问这是怎么回事?

wordpress用啥主机好?

WordPress伪静态规则设置

杨泽业:wordpress在Nginx/Apache/IIS中的伪静态规则