Hallo!

Danke erstmals für die Hilfe. Leider erhalte ich bei einem direkten Aufruf einer Datei vom Browser folgende Fehlermeldung:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, admin and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

tja... und leider hab ich keinen zugriff auf die errorlogs des webservers, da ich keinen eigenen server betreibe...



gut. aber wenn das wirklich nicht funktionieren sollte, werde ich es wohl oder übel über php lösen und geschwindigkeitseinbußen hinnehmen. :(

----- Original Message ----- From: "Robert Ionescu" <[EMAIL PROTECTED]>
To: <users-de@httpd.apache.org>
Sent: Tuesday, January 03, 2006 2:49 AM
Subject: Re: .htaccess -> hotlinking


Christian Hörmann wrote:
hmmm...
ich habs so in die .htaccess datei geschrieben:

Ach ja, das OR-Flag fehlt auch noch, sorry, und je nach dem wo die .htaccess liegt, muss deine Ersatzdatei auch noch freigegeben werden:

RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://([^.]+\.)?ebay\. [OR,NC]
RewriteCond %{HTTP_REFERER} ^http://([^.]+\.)?onetwosold\.at [NC]
RewriteCond %{REQUEST_URI} !^/easyupload/up2/hotlinking\.png$
RewriteRule \.(jpg|gif|png)$ /easyupload/up2/hotlinking.png [R,L]

--
Robert

--------------------------------------------------------------------------
Apache HTTP Server Mailing List "users-de" unsubscribe-Anfragen an [EMAIL PROTECTED]
          sonstige Anfragen an [EMAIL PROTECTED]
--------------------------------------------------------------------------




--------------------------------------------------------------------------
Apache HTTP Server Mailing List "users-de" unsubscribe-Anfragen an [EMAIL PROTECTED]
          sonstige Anfragen an [EMAIL PROTECTED]
--------------------------------------------------------------------------

Antwort per Email an