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=
和
/?参考=
使用 htaccess 重写???
RewriteEngine On RewriteCond %{QUERY_STRING} custom_ref=(.*) RewriteRule (.*) /?ref=%1 [R=301,L]
您能否告诉我您使用此查询的目录/文件,以便我确保此代码仅适用于它。