Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter tedwinters

    (@tedwinters)

    I guess it’s time for the beta! 🙂
    And I REALLY hope you’re joking about MS buying ’em! I love opera’s speed and features.. just not a fan of their incompatibilities..

    Thread Starter tedwinters

    (@tedwinters)

    Humm, unfortunately, I have to use rewrite conditions to block referrers 🙁
    this what I already have in the .htaccess in sub directories:

    RewriteEngine On
    Options -Indexes

    RewriteCond %{HTTP_REFERER} .*fusker*.*$ [NC]
    RewriteCond %{HTTP_REFERER} .*usefulidiot*.*$ [NC]
    RewriteRule .*\.(gif|jpg|jpeg|bmp|png)$ – [F,NC]

    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^http://(www\.)?google.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://(www\.)?yahoo.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://(www\.)?msn.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://(www\.)?altavista.com/.*$ [NC]
    RewriteRule \.(gif|jpg|jpeg|bmp|avi|wmv)$ http://www.mydomain.com/ [R,L]

    order allow,deny
    deny from fusker.com
    allow from all

    order allow,deny
    deny from lewww.com
    allow from all

    I’m mainly interested in blocking everything from *fusker* and everything from *lewww*
    all else is allowable..

    Yeah.. I have the same problem when in the admin panel -> manage…
    and then trying to browse back one page..
    Looks like we’re both hosted with Dreamhost, so it’s probably a problem with them 🙂
    good ‘ol dreamhost..

    Thread Starter tedwinters

    (@tedwinters)

    Thanks, it works in the footer, but is there a way to add it to all themes, without editing the footer for each?
    thanks again for your help!

Viewing 5 replies - 1 through 5 (of 5 total)