How To Prevent Website From Hotlinking on Apache Server

Guide to prevent hotlinking images on Apache server

Hotlinking is the process of stealing someone’s website bandwidth by directly adding assets from one website to another. These assets can be images, videos, or audio. The other websites embed your images, videos and audio by copying the HTML code.

If your website is hosted on an Apache server then you can follow these simple steps to enable hotlink protection on an Apache server is easier than you might think.

Open the .htaccess file in your root directory of the Apache server and add the following code:

RewriteEngine on

RewriteCond %{HTTP_REFERER} !^$

RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?yourdomain.com [NC]

RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?google.com [NC]

RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?bing.com [NC]

RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?yahoo.com [NC]

RewriteRule \.(jpg|jpeg|png|gif|svg)$ https://dropbox.com/hotlink-placeholder.jpg [NC,R,L]

People Also Like

  • Domains Priced Right Coupons and Login

    Need to register domain at domains priced right There is a domain registrar does anyone knows about domains priced right? They offer .com domains and…

  • Offshore Shared Hosting

    Need secure offshore shared web hosting that is affordable Most offshore web hosting providers which offer offshore shared hosting like Linux or Windows with cPanel…

  • About WordPress Archive Pages

    What is WordPress Archive and How to use Archive Pages In the context of WordPress, an archive refers to a page that gathers together multiple…

  • Domain Reseller

    Ultimate Guide to Becoming a Successful Domain Reseller in 2025 In today’s digital-first world, owning and managing online real estate has become one of the…

  • Cpanel SEO

    cPanel SEO tool to optimize website for free! If you have website hosted with The-Online.com’s cPanel Hosting then you can take advantage of free cPanel…

  • You visit often

    You visit often — Domain Registration, Web Hosting Company The Online is the popular domain name registration and web hosting provider helps you to build…