Loading
0

phpcms程序apache下.htaccess伪静态规则

技术小学生微信公众号
腾讯云服务器大促销。
华为服务器
phpcms程序apache下.htaccess伪静态规则,使用方法:将如下规则放到网站根目录下的.htaccess文件中,若果已经存在该文件,请将规则复制到该文件末尾即可,若有问题,可留言告知我们协助检查。

RewriteEngine On
RewriteBase /
RewriteRule ^(.*)content-([0-9]+)-([0-9]+)-([0-9]+)\.html$ $1/index\.php\?m=content&c=index&a=show&catid=$2&id=$3&page=$4
RewriteRule ^(.*)show-([0-9]+)-([0-9]+)-([0-9]+).html$ $1/index\.php\?m=content&c=index&a=show&catid=$2&id=$3&page=$4
RewriteRule ^(.*)list-([0-9]+)-([0-9]+).html$ $1/index\.php\?m=content&c=index&a=lists&catid=$2&page=$3

技术小学生微信公众号
华为服务器
腾讯云服务器大促销。

声明:站长码字很辛苦啊,转载时请保留本声明及附带文章链接:https://blog.tag.gg/showinfo-6-36010-0.html
亲爱的:若该文章解决了您的问题,可否收藏+评论+分享呢?
上一篇:mvc框架程序apache下.htaccess伪静态规则
下一篇:phpwind程序apache下.htaccess伪静态规则