http://www.news.com/great/news.aspx?class_parent=1
想让实现:
http://www.news.com/great/news/1.html
该怎么写呢?
我这样写不行:
RewriteRule /great/([0-9]*).html /great/news.asp\?class_parent=$1也请给个两个参数的例子:
例如:http://www.news.com/great/articellist.aspx?class_id=8&&class_parent=1
这样写有什么错?
RewriteRule /great/articel/ list-(\w+)-(\w+)\.html /great/articellist\.aspx\class_id=$1&class_parent=$2