一个httpd.ini文件 ,里面写入代码
[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# 解决中文tag问题
RewriteRule /tag/(.*) /index\.php\?tag=$1
# sitemapxml
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]
本人测试完全ok tag可以中文化 目录可以, 所有的完全可以。目前最完美的方法。不象有的要不支持文章,就不支持tag了
转载请著名 许诺 www.swhack.cn
兄弟 所有版本都支持么 我网站可全靠你了
恩 我测试OK 不过不建议用win
我的淘宝购物网站也是用的这个伪静态规则.
Windows主机不太适合用WP,发挥不了最大性能,而且很D疼
下次换linux的主机了。。。windows现在越来越不好了
不错,来学习下
嗯嗯 前几天我也遇到了,,早知道用你的了
我也搞了2天才搞出来这个
看不太懂,我的是用404错误页面
404的话 tag要改源代码。。我觉得还是不太好。。