标签: url rewrite
我要求.htaccess作为以下需要更正的帮助,以便通过重写规则解析几个不同的URL,这里是脚本
RewriteEngine On RewriteRule ^([^/.]+)/?$ /template_store/index.php?manufacturers_id=$1&/template_store/index.php?cPath=$1 [L]
我尝试在相同的重写规则中连接2个网址,但仍然需要更正,请一些帮助,
问候