The MU forums have moved to WordPress.org

Hotlink protection for wordpress MU (1 post)

  1. gmchun
    Member
    Posted 13 years ago #

    Hai,
    How to setup hotlink protection for wordpress MU.
    I find out some of my member was abuse my website.
    I want to ban media files from able download by outside people.
    I google and findout some .htaccess following:
    RewriteEngine On
    RewriteCond %{HTTP_REFERER} !^http://(.+\.)?blogs\.com/ [NC]
    RewriteCond %{HTTP_REFERER} !^$
    RewriteRule .*\.(jpe?g|gif|bmp|png|mpg|avi|mp3|wma|wmv)$ http://blogs.com/hotlink.gif [L]

    Do u think it can work?
    Please advice.

    Regards,
    Wallace

About this Topic

  • Started 13 years ago by gmchun