'URL_MODEL' => 2,
'URL_HTML_SUFFIX' => '.html',
'URL_PATHINFO_DEPR' => '/',
'URL_ROUTER_ON' => true,
'URL_ROUTE_RULES' =>
array (
'/^index$/' => 'index/index',
'/^status\/(\d+)\/sort\/(\d+)\/p\/(\d+)$/' => 'index/index?status=:1&sort=:2&p=:3',
httpd.ini是
[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
RewriteRule ^/((?!static|data|img|thinkphp).*)$ /index\.php/$1 [I]
伪静态已经没问题了但是不知道为什么 连接总是没有.html 加上就报错 苦恼很久 求help
最佳答案