我如何以这种方式进行重定向
www.url.com/site/7/index.php => www.url.com/packets/index.php?id=7&url=index.php
当前使用的 .htaccess
RewriteRule ^site/([0-9]+)/([0-9a-zA-Z-_]+)$ packets/index.php?id=$1&url=$2 [L,QSA]
需要 httaccess 代码以这种方式重定向
烙印99
相关分类