Viewing 1 replies (of 1 total)
  • Thread Starter Mobbin01

    (@mobbin01)

    I changed the code around in the .htaccess file to look like this:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    RewriteCond %{HTTP_REFERER} !^https://(.+.)streetsoffashionseattle.com/ [NC]
    RewriteCond %{HTTP_REFERER} !^$
    RewriteRule .*.(jpe?g|gif|bmp|png)$ https://streetsoffashionseattle.com/wp-content/uploads/2011/04/jesse-jane-dont-hotlink_pg.jpg [L]

    </IfModule>

    # END WordPress

    Still nothing has changed and pictures can still be hotlinked to…

Viewing 1 replies (of 1 total)
  • The topic ‘Anti Hot linking code (does not fully work)’ is closed to new replies.