1
我有一個是這樣的的.htaccess URL重寫問題參數
RewriteRule ^account/(.*) myaccount.php?p=$1 [NC,L]
這工作得很好像https://www.example.com/account/abcd
URL的規則的.htaccess。 不過,現在我想通過查詢參數到這個URL,像https://www.example.com/account/abcd?ab=1&cd=2
。
想不通確切.htaccess
規則,可容納這一點。 任何指針?