以下是我的配件页面网址
http://localhost/motobatt/index.php?route=information/static&p=62&b=59
并且此页面已经可以使用此 url 访问
http://localhost/motobatt/accessories
但是现在如何传递那些查询,url应该是这样的
http://localhost/motobatt/accessories&p=62&b=59
我的 .htaccess
RewriteBase /motobatt
RewriteRule ^accessories index.php?route=information/static&p=$1&b=$2