php伪静态大家帮帮小弟我
时间:2021-07-01 10:21:17
帮助过:2人阅读
php 伪静态 大家帮帮我
RewriteRule ^img/([0-9]+).html?p=(.*)$ img.php?id-$1.html&p=$2
不是伪静态的意见可以访问
我要的效果
123.com/img/6.html?p=1
我觉得我弄对了 为什么提示404
------解决方案--------------------
RewriteRule ^img/([0-9]+).html?p=([1-9]+)$ img.php?id-$1.html&p=$2