win主机wordpress伪静态
将一下代码复制到httpd.ini文件
- [ISAPI_Rewrite]
- # 3600 = 1 hour
- CacheClockRate 3600
- RepeatLimit 32
- # Protect httpd.ini and httpd.parse.errors files
- # from accessing through HTTP
- # Rules to ensure that normal content gets through
- RewriteRule /sitemap.xml /sitemap.xml [L]
- RewriteRule /favicon.ico /favicon.ico [L]
- # For file-based wordpress content (i.e. theme), admin, etc.
- RewriteRule /wp-(.*) /wp-$1 [L]
- # For normal wordpress content, via index.php
- RewriteRule ^/$ /index.php [L]
- RewriteRule /(.*) /index.php/$1 [L]
后台设置→固定连接填写/%post_id%.html
作者:香草物语
出处:www.xiangcaowuyu.net
记油耗小程序:记油耗App是一款免费跨平台的油耗统计软件,帮助车主记录爱车真实油耗!记油耗每年发布车型油耗排行榜,还能够为车主提供各地实时油价查询、油价地图、加油站油品评估、保养提醒和车险到期提醒等服务,为车主养车保驾护航。支持安卓、Iphone、小程序,完全免费!
作者:香草物语
出处:www.xiangcaowuyu.net
公众号:微信搜【香草物语博客】,关注公众号,获取更多福利。