I have htacess code that redirects
http://website.com:352/pictures/1 to another page.
I would like to prevent this redirect if the request is in iframe src. Is this possible?
<iframe src="http://website.com:352/pictures/1" style="border: none; width:100%; height:1100px;"></iframe>