Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
すべてのクエリ文字列を削除する方法を知りたい、つまり
domain.com/?a=123 -->> domain.com
と
domain.com/page.asp?b=456 -->> domain.com/page.asp
ロバート、あなたの問題に返信するのはこれで 3 回目になると思います。
RewriteEngine on RewriteBase / RewriteCond %{QUERY_STRING} .+ RewriteRule (.*) /$1? [NC,NS,R=301,L]
私を信じてください、それが良いルールであることは知っていますが、競合する可能性のある他のルールを知る必要があります.