标签: php mysql apache .htaccess
我的项目网址为http://example.org/b2b/post?post_id=1&post_subject=test 和 我需要将上面的网址重写为:http://example.org/b2b/1/test
RewriteEngine on RewriteRule ^ post /([0-9] +?)。$ post?post_id = 1& post_subject = test
不工作..