请求高手转换下伪静态 把.htaccess转为httpd.ini

2024-11-29 02:45:52
推荐回答(1个)
回答(1):

# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
RewriteEngine On
RewriteRule ^/list-([0-9]+)\.html\?*(.*)$ /index\.php\?id=$1
剩下那个有点长你自己去试试吧。