BLACK FRIDAY DEALS

Knowledge Base

Allows you to search a variety of questions and answers

Search

Search results

General Server Questions

You can do this via .htaccess either by adding the file to each root directory of the site, or adding the code to the specific container in the httpd.conf file. 

There are a few different ways to do this.

1. To replace the hotlinked image with a 'nohotlink.jpg' image, put the following into the .htaccess file:
 

Code:

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?mysite\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*\.(jpe?g|gif|bmp|png)$ /images/nohotlink.jpe [L]

2. To prevent linking from specific outside domains like myspace.com, youtube.com, etc..
 

Code:

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?mysite\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*\.(jpe?g|gif|bmp|png)$ /images/nohotlink.jpe [L]

To just show a 403 error, replace the last lines in the previous examples with
 

Code:

RewriteRule .*\.(jpe?g|gif|bmp|png)$ - [F]

See What Our Customers Say

Leave review
C

Craig D

NC, United States

I have had my hosting with AYK since 2006, and it has by far been the best experience I have ever ha...

Read full review
J

Jahanzeb

Punjab, Pakistan

Simply the best. have been using them from last 2 years. Remember Dedicated servers are hardware so...

Read full review
B

Bruce L

MD, United States

We have been customers for several years. Just wanted to give a thumbs-up for their excellent respon...

Read full review
J

Jesse C

Great response time and excellent service. I've been with AYK for nearly a year now and I couldn't b...

Read full review
ARIN Cisco Supermicro cPanel Intel Microsoft