2014-04-23 23 views

回答

1

這應該爲你工作:

RewriteEngine on 
RewriteCond %{THE_REQUEST} ^(GET|POST)\ /\?(.*)\ HTTP 
RewriteRule^%2\? [R=301,L] 
相關問題