When server side PHP is executed , i want to empty or modify referer header using .htaccess
or PHP code.
For example : www.example.com/index.php?make=file
In referer header its appearing like www.example.com/index.php?make=file
How i can make this header filed empty or modify to any characters before redirecting to other pages.