What I want is that with a URL, my site has a URL structure like this, http://mywebsite.com/page/test.gif, the test.gif is a GET parameter, thanks to .htaccess
, I undestand that I can display a regular website doing so. I also understand that I could display the image directly using a gif file PHP header. What I want is to know if there is a way to check if user is coming from direct access or if the link is embeded and then switch from one option to another.
Thanks