My case is the following:
I have a file named mylogic.php. This file is called from two different URLs (/url1.php & /url2.php).
What I want to archive is to add some headers to the response only when mylogic.php is accessed from /url1.php.
Experts: Do you have a workaround to this issue?
THANKS in advance.
do you want to do this in your htaccess, or is something like
sufficient