.htaccess question

Post non-phpwcms related topics here - but I don't want to see "hey check this or that other cms". Post if you have a point or worthwhile comment, don't post just to increase you post count!
Post Reply
Starbase01.com
Posts: 31
Joined: Thu 30. Dec 2004, 15:05
Contact:

.htaccess question

Post by Starbase01.com »

Hi,

I have this problem with a .htaccess file.

Code: Select all

ErrorDocument 400 http://www.starbase01.com/errordocs/badrequest.html
ErrorDocument 401 http://www.starbase01.com/errordocs/authreqd.html
ErrorDocument 403 http://www.starbase01.com/errordocs/forbid.html
ErrorDocument 404 http://www.starbase01.com/errordocs/notfound.html
ErrorDocument 500 http://www.starbase01.com/errordocs/serverr.html

Redirect /php http://www.starbase01.com
Redirect /test http://www.starbase01.com

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?starbase01.com(/)?.*$     [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp|swf)$ http://www.starbase01.com [R,NC]
This blocks hotlinking for my domain.
However, as you can see below, it also blocks my signature I had here (as on many other sites).
Location:

Code: Select all

http://www.starbase01.com/images/transporter/Starbase01banner.gif
How can I arrange that only that file is hotlinkable (without changing the location!)
Image
brans

Post by brans »

http://www.modrewrite.de/foren/forums.html

I'm sure that they can help you
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

may I ask what it can do?

looks tricky! :D
http://www.studmed.dk Portal for doctors and medical students in Denmark
Karla
Posts: 223
Joined: Tue 26. Oct 2004, 11:56

Re: .htaccess question

Post by Karla »

Starbase01.com wrote:How can I arrange that only that file is hotlinkable (without changing the location!)
Not what you're after, but this is an alternate possibility (specifying which sites ~CAN~ be "hot-linkable"):
http://www.splintered.co.uk/experiments/52/
Starbase01.com
Posts: 31
Joined: Thu 30. Dec 2004, 15:05
Contact:

Post by Starbase01.com »

brans wrote:http://www.modrewrite.de/foren/forums.html

I'm sure that they can help you
Thanks, but I don't speak/read german that well...
Image
brans

Post by brans »

ok that won't be no problem. simply post in english I think that they will nevertheless answer you question!
Post Reply