In:
CUSTOM CODE DENY BROWSER ACCESS TO THESE FILES: Add or remove files that you want to block or allow access to here RewriteEngine On RewriteRule ^/robots\.txt$ - [L] RewriteCond %{HTTP_REFERER} !^http://(.+\.)?argondivision\.com/ [NC] RewriteCond %{HTTP_REFERER} !^$ RewriteRule .*\.(jpe?g|gif|bmp|png)$ - [F] <FilesMatch "^(googled8cc2467acebb3e1\.html)"> Order Allow,deny Allow from all #Allow from 88.77.66.55 </FilesMatch>