How do I prevent my images from being hot-linked by another website?
Answer / Pooja Kumari
To prevent your images from being hot-linked, you can modify the .htaccess file in your WordPress root directory with the following code: nn`RewriteEngine On RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http(s)?://(www.)?example.com [NC] RewriteRule .(jpg|jpeg|png|gif|bmp)$ - (Faceddeny request_headers)`
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I write an article on wordpress?
Explain the essential plugins for wordpress?
What is plugin in WordPress?
Is wordpress dynamic or static?
How to convert a category into the tag?
Is wordpress still free?
What is the difference between action and filter in wordpress?
Does wordpress cms allows the use of multiple language to cater regional people?
How do I empty my wordpress cache?
How do I setup a wordpress multisite network?
Who can see private wordpress pages?
How can you create an empty plugin which have basic options like activate, deactivate etc.?