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
K

kkodev

London, United Kingdom

After getting a dedicated server from AYK for almost 2 years, I couldn't be more happy. The prices...

Read full review
D

D Smith

Dedicated Semi-Managed Server Review I've been using AYKSolutions for about 2 years now and their su...

Read full review
M

Mathieu L

MD, United States

I love AYK. been with them for over 5 years and the best ever

Read full review
A

A.L

IL, United States

AYK Solutions has provided me with a very cost effective hosting service with great uptime and lots...

Read full review
ARIN Cisco Supermicro cPanel Intel Microsoft