• I want to block downloading of images from one of the directory, but allow them to be displayed on my own blog (same domain).
    Created following .htaccess file

    Order Deny,Allow
    Deny from all
    Allow from soderganki.ru

    It blocks both downloading AND blocks showing images on my blog’s pages.
    Shared hosting, linux, apache.

    Seems to work on local WAMP setup, though.
    What am I missing?

  • The topic ‘Block downloading of pictures, but show in my own blog’ is closed to new replies.