Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

[Newbie] Stopping hotlinking problem

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Secure Subdirectories  
Author Message
spam46

External


Since: Mar 28, 2004
Posts: 1



(Msg. 1) Posted: Sun Mar 28, 2004 3:37 pm
Post subject: [Newbie] Stopping hotlinking problem
Archived from groups: alt>apache>configuration (more info?)

I want to stop all GIF and JPG images being hotlinked off my webspace, but I
do want to allow images to be shown when I am navigating from inside my own
webspace at http://www.eddietalbot.pwp.blueyonder.co.uk/

However, the script seems to block images completely even from
http://www.eddietalbot.pwp.blueyonder.co.uk - it's as if the Allow directive
doesn't work and it's denying everything regardless.

My ISP uses the Zeus webserver, and I have the following .htaccess file in
my root htdocs directory. I'd be very grateful for any help.




SetEnvIfNoCase Referer "^$" allowed=1
SetEnvIfNoCase Referer "^http://www.eddietalbot.pwp.blueyonder.co.uk/"
allowed=1
SetEnvIfNoCase Referer "^http://www.eddietalbot.pwp.blueyonder.co.uk$"
allowed=1

<FilesMatch "\.(gif|jpg)$">
order allow,deny
allow from env=allowed
</FilesMatch>

 >> Stay informed about: [Newbie] Stopping hotlinking problem 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Hotlinking - I have a free site on royalfreehost.com and I wanted to use some of the images on another site - which is hosted on a pay site - by using hotlinking (to reduce bandwidth, ok, I know it's naughty!) It worked at first. After a few days it stopped ..

newbie apache problem - I have Mandrake 9.1 with apache2.0 I can see Apache-AdvancedExtranetServer page from my linuxbox either with http://localhost either with http://169.254.1.4 (linuxbox address). If I connect from another PC it freeze the browser and if I press stop..

newbie: problem with 'UserDir' directive - Hello, I am using Apache 2.0.47 (default configuration) on a Mandrake 9.2 box which is behind a router correctly configured to permit external connections on port 80. When I try to connect to my network's external address from my other machine (a laptop...

Newbie's Reverse Proxy problem - Hi folks, I am new to Apache and to Linux. I need to set up a reverse proxy with Apache2 and Linux (Suse 8.2). After reading manuals and documentation (e.g. http://httpd.apache.org/docs-2.0/mod/mod_proxy.html) I thought this would be a pretty easy..

Newbie problem (PHP module with Apache on XP Pro) - Hi folks I wonder if anyone can help me out. I'm a total newbie to Apache. I want to learn about online databases so I've started with a book. I installed MySQL and that works ok. Installed Apache 2.0.43 and got it running. Starting Netscape or IE and ...
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]