WordPress Themes Development Question:
Download Questions PDF

Explain me how do I prevent my images from being hot-linked by another website?

Answer:

You can use your .htaccess file to protect images from being hot linked, or, in other words, being linked-to from other websites. This can be a drain on your bandwidth, because if someone links directly to the image on your site, then you lose the bandwidth.

Download WordPress Theme Development Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me why does WordPress use MySQL?Explain me how to run database Query in WordPress?