包含标签:伪静态 的文章
-
zencart的Apache和IIS伪静态规则
iis httpd.ini 的规则 [ISAPI_Rewrite] # 3600 = 1 hour 设置缓存时间 1个小时 CacheClockRate 3600 # 设置正则表达式 替换变量个数. RepeatLimit 32 RewriteR…… -
discuz 伪静态规则
Apache Web Server(独立主机用户) <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(.*)/topic-(.+)\.html$ $1/portal.php?mod=topic&am……