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.
書き換え方法
/?custom_ref=
と
/?ref=
htaccessリライトを使用する???
RewriteEngine On RewriteCond %{QUERY_STRING} custom_ref=(.*) RewriteRule (.*) /?ref=%1 [R=301,L]
このクエリを使用しているディレクトリ/ファイルを教えてください。このコードがそれでのみ機能することを確認してください。