iframe blocking code doesn't work

juststar

Verified User
Joined
Dec 10, 2013
Messages
23
------------------
cd /root
wget directadmin.com/setup.sh
chmod 755 setup.sh
./setup.sh auto
----------------
Hello,
I reinstalled the server with automatic installation. But there is no improvement. iframe blocking code doesn't work. I am trying to get a logo for another domain other than my own, but I cannot. There is no hotlink protection, but I cannot import any images from my domain.

htaccess code in /public_html/ directory
1- iframe blocking code doesn't work.
Header set X-Frame-Options DENY
A website uses my project with the iframe method. but i can't block iframe. below the page:

----
htaccess code in /public_html/c/ directory
2- There is no hotlink protection, but I cannot import any images from my domain.
Header set Access-Control-Allow-Origin "*"

I cannot call this image from another domain. works in the same domain. not working in another domain. I am not using hotlink protection. not active. protection is off.
www.sanaltur.com.tr/c/sanalturcomtr.png
I add it to the upper right corner in my projects.
 
Back
Top