[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

more block remote hosts referer



 
    
more block remote hosts referer
-------------------------------

        ## Block remote hosts referer
        SetEnvIfNoCase Referer "^http://igloo.its.unimacq.edu.au/"; local=1
        SetEnvIfNoCase Referer "^http://igloo.its.unimacq.edu.au$"; local=1
        SetEnvIfNoCase Referer "^$" local=1
        # <Files ".(png|jpg|mpeg|swf|mov|mp3|asf|wmv)$">
        <Files "*.jpg">
            Order Deny,Allow
            Deny from all
            Allow from env=local
        </Files>
        <Files "*.png">
            Order Deny,Allow
            Deny from all
            Allow from env=local
        </Files>
	## can't block IE
        <Files "*.mpeg">
            Order Deny,Allow
            Deny from all
            Allow from env=local
        </Files>
	## can't block IE
        <Files "*.swf">
            Order Deny,Allow
            Deny from all
            Allow from env=local
        </Files>
	## can't block IE
        <Files "*.mov">
            Order Deny,Allow
            Deny from all
            Allow from env=local
        </Files>
	## can't block IE
        <Files "*.mp3">
            Order Deny,Allow
            Deny from all
            Allow from env=local
        </Files>
	## can't block IE and Mozilla
        <Files "*.wmv">
            Order Deny,Allow
            Deny from all
            Allow from env=local
        </Files>
	## can't block IE and Mozilla
        <Files "*.asf">
            Order Deny,Allow
            Deny from all
            Allow from env=local
        </Files>



Google