kmorg 发表于 2015-4-21 09:31:22

ii6 伪静态不能用 在线等

V3.2.1 20150126这个版本,可开启了伪静态,结果不能用,请高手指导一下。 伪静态规则如下:


# FR-HRCMS PHP2.0
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
RewriteRule ^(.*)/index.html\?*(.*)$ $1/index.php\?$2
RewriteRule ^(.*)/(+)-(+)-(+)\.html\?*(.*)$ $1/$2\.php\?$3=$4;$5
RewriteRule ^(.*)/(+)-(+)-(+)-(+)\.html\?*(.*)$ $1/$2\.php\?$3=$4;page=$5;$6
RewriteRule (+)-(+)-(+)\.html\?*(.*)$ $1\.php\?$2=$3;$4

哪里错了呢?
页: [1]
查看完整版本: ii6 伪静态不能用 在线等