看下面

QQ3155298504 ACE联盟 关注 五级站长 普通
发表于用户提问版块
RewriteEngine On

RewriteBase /

RewriteEngine On

RewriteCond %{SERVER_PORT} 80

RewriteRule ^(.*)$ https://www.bingfeng.site/$1 [R,L]

RewriteCond %{QUERY_STRING} ^(.*)$

RewriteRule ^list-([0-9]+)-([0-9]+)\.html$ index\.php\?c=list&sortid=$1&page=$2&%1 [L]

RewriteCond %{QUERY_STRING} ^(.*)$

RewriteRule ^list-high-([0-9]+)-([0-9]+)\.html$ index\.php\?c=list&type=high&sortid=$1&page=$2&%1 [L]

RewriteCond %{QUERY_STRING} ^(.*)$

RewriteRule ^user-([0-9]+).html$ index\.php\?c=user&id=$1&%1 [L]

RewriteCond %{QUERY_STRING} ^(.*)$

RewriteRule ^forum-([0-9]+).html$ index\.php\?c=forum&id=$1&%1 [L]

RewriteCond %{QUERY_STRING} ^(.*)$

RewriteRule ^user-([0-9]+)-([0-9]+).html$ index\.php\?c=user&id=$1&page=$2&%1 [L]

RewriteCond %{QUERY_STRING} ^(.*)$

RewriteRule ^app-([0-9a-zA-Z_]+)-([0-9a-zA-Z_]+)\.html$ index\.php?c=app&a=$1:$2&%1 [L]

RewriteCond %{QUERY_STRING} ^(.*)$

RewriteRule ^read-([0-9]+)-([0-9]+)\.html$ index\.php\?c=read&id=$1&page=$2&%1 [L]

RewriteCond %{QUERY_STRING} ^(.*)$

RewriteRule ^([0-9a-zA-Z_]+)\.html$ index\.php\?c=$1&%1 [L]

RewriteCond %{QUERY_STRING} ^(.*)$

RewriteRule ^(.*)\.hst$ - [F]


这个咋把文章详情页网址改简单点

评论列表 评论
晴天 晴天 五级站长 普通 2#
这是什么
共0条回复,点击查看回复
求知18 求知18 六级站长 普通 3#
emotionemotionemotionemotionemotionemotion
共0条回复,点击查看回复
发布评论

评论: 看下面

已有0次打赏
(1) 分享
分享

请保存二维码或复制链接进行分享

取消