Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: [Invalid]: Hot link  (Read 5003 times)

0 Members and 1 Guest are viewing this topic.

tommytomato

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 43
    • http://gallery.rockinghamgateway.com/
[Invalid]: Hot link
« on: March 27, 2010, 03:24:25 pm »

I've created a hotlink image for people who hotlink images, I've see our images on other sites, checked the link and it refers back to our site.

I used these two sites
http://altlab.com/htaccess_tutorial.html
http://www.htaccesstools.com/hotlink-protection/

Here's my .htacess

Code: [Select]
RewriteEngine on

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

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

RewriteRule \.(jpg|jpeg|png|gif)$ http://gallery.rockinghamgateway.com/hotlink.gif [NC,R,L]

when I check to see if I can see the image i'm trying to hotlink, it still shows the gallery image I chose to view and not the hotlink image

http://gallery.rockinghamgateway.com/hotlink.gif

Am I missing the point or some thing in my .htaccess file ?

TT ( karl )





« Last Edit: March 27, 2010, 04:27:18 pm by Joachim Müller »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Hot link
« Reply #1 on: March 27, 2010, 03:42:33 pm »

We provide support for Coppermine. Configuring Apache's mod_rewrite engine is certainly beyond the scope of this board.
You haven't followed the instructions of the tutorial to a T
Code: [Select]
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?rockinghamgateway\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*\.(jpe?g|gif|png)$ http://gallery.rockinghamgateway.com/hotlink.gif [L]
should do the trick as far as I can see. If it doesn't, ask your webhost for support - this is not the right place.

Additionally, you already have an open thread where you discuss exactly the same thing. We're not fond of cross-posting.
« Last Edit: March 27, 2010, 04:27:06 pm by Joachim Müller »
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.