thinkphp .htaccess url伪静态

8 篇文章 0 订阅
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule ^(.*)$ /index.php/?$1

#RewriteRule ^video/lists/index_(.*)\.html$ index.php?m=video&a=lists&page=1
RewriteRule ^video/lists/(.*)_(.*)\.html$ index.php?m=video&a=lists&page=$2&cid=$1
RewriteRule ^video/(.*)\.html$ index.php?m=video&a=index&vid=$1

RewriteRule ^lists/picture/index_(.*).html$ index.php?m=lists&a=picture&page=$1 [L]
RewriteRule ^lists/picture/(.*)_(.*).html$ index.php?m=lists&a=picture&cid=$1&page=$2 [L]

RewriteRule ^html5/lists/index_(.*).html$ index.php?m=html5&a=lists&page=$1 [L]
RewriteRule ^html5/(.*).html$ index.php?m=html5&a=index&id=$1 [L]
RewriteRule ^lists/hots/index_(.*).html$ index.php?m=lists&a=hots&page=$1 [L]
RewriteRule ^callup/lists/index_(.*).html$ index.php?m=callup&a=lists&page=$1 [L]

#RewriteCond %{QUERY_STRING} ^page=(.*)$
RewriteRule ^lists/(.*)_(.*)\.html$ index.php?m=lists&a=index&cid=$1&page=$2
RewriteRule ^lists/(.*)\.html$ index.php?m=lists&a=index&cid=$1&page=%1 [L]


RewriteRule ^app/(.*).html$ index.php?m=app&a=$1 [L]
RewriteRule ^article/(.*)\.html$ index.php?m=article&a=index&aid=$1
RewriteRule ^about/(.*).html$ index.php?m=about&a=$1  [L]

#RewriteRule ^tags/(.*)_(.*).html$ index.php?m=lists&a=tags&tagid
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值