rewrite写法

mac2022-06-30  20

RewriteRule ^/android-special-(\d+).html$ /special/index.php?c=index&a=specialDetail&speid=$1

这是普通url模式的rewrite,c指的控制器,a指的是操作,speid指的是参数。

RewriteRule ^/weekbest/$   /index.php?m=home&c=list&a=weekbest&cate=game&page=1

这里多一个m,指的是模块的名称

转载于:https://www.cnblogs.com/doubilaile/p/4667360.html

相关资源:JAVA上百实例源码以及开源项目
最新回复(0)