Beiträge von mchack

    @oakmountain


    Du musst in zeile ca. 311 Example.com mit deiner Domain ersetzen


    Apache Configuration
    ## Referrer filtering for common media files. Replace with your own domain name.
    ## This blocks most common fingerprinting attacks ;)
    ## Note: Change www\.example\.com with your own domain name, substituting the
    ## dots with \.  i.e. use www\.example\.com for www.example.com
    RewriteRule ^images/stories/([^/]+/)*([^/.]+\.)+(jp(e?g|2)?|png|gif|bmp|css|js|swf|ico)$ - [L]
    RewriteCond %{HTTP_REFERER} .
    [b]RewriteCond %{HTTP_REFERER} !^https?://(www\.)?example\.com [NC][/b]
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteRule \.(jp(e?g|2)?|png|gif|bmp|css|js|swf|ico)$ - [F]