i have website running , that call url of some other website is there any way to block call to particular website.
For eg : inside some part of my website a call is made to url like
abc.com/xxx/aa
Please not abc.com is 3rd party website url
no i want to block any request from my server to abc.com
how can i do it.
will blocking ip of that server will work ? or should i put something in .htacess or shh to make it work
Below is what i am trying to do
image url : https://pixabay.com/static/uploads/photo/2015/10/01/21/39/background-image-967820_960_720.jpg
page content:(a.php)
<img src="https://pixabay.com/static/uploads/photo/2015/10/01/21/39/background-image-967820_960_720.jpg"/>
Now i want when i open a.php
that image must not show