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.
.htaccessサーバー側の PHP を実行するときに、または PHP コードを使用してリファラー ヘッダーを空にしたり、変更したりしたい。
.htaccess
例:www.example.com/index.php?make=file リファラーヘッダーでは、次のように表示されますwww.example.com/index.php?make=file
www.example.com/index.php?make=file
他のページにリダイレクトする前に、このヘッダーを空にするか、任意の文字に変更する方法を教えてください。