0
我已經構建了一組mod_rewrite規則,但是有問題。在mod_rewrite中傳遞GET參數
例如,我改寫了以下url:http://dummydomain.com/category/something.html
即指向http://dummydomain.com/index.php?page=category&thing=something
。如果我把GET params放在第一個url中,我不會在我的php程序中得到它們。我怎樣才能調整呢?