i want to put hotlink protection for worstmaker.serv00.net `RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !http(s)?://(www.)?worstmaker.serv00.net [NC]
RewriteRule .(jpg|jpeg|png|gif)$ - [NC,F]
ErrorDocument 403 "hey, it's a bandwidth thief!!1!11"
`
but htaccess stuff is not accessible... can you do it for me?