0
RewriteRule ^r/([^/.]+)/?$ generateIssuePage.php?r=$1 [L]
當瀏覽器請求myip.com/r/thing,它應該重定向到myip.com/r/generateIssuesPage.php?r=thing。
如果我只輸入www.myip.com/r/generateIssuesPage.php?r=thing,它可以正常工作。但是如果我要求www.myip.com/r/thing,我會得到404。這有什麼問題?