发布网友
共2个回答
热心网友
写个伪静态规则文件放根目录试试
[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]
最好让空间商的技术 帮你整一下追问这个伪静态是针对文章等的。有没有针对搜索结果的伪静态规则呀??
追答应该是有 让空间商帮你解决 他们应该能帮你写的。这是他们的义务 ,他们有责任帮你 解决问题。哎 反正我是很少用是IIS,windows的空间了。很多细节不好把握
热心网友
你换个模板试试追问我换过了,换成官方其他模板,同样是搜索不出来~~~~
追答那就是php问题了 为什么是iis 用linux这个对wordpress好点