All right. I'm as new to this as I can get. I've read as much as I could, trying to understand as much as possible, but I'm... obviously kinda retardo about this.
I've been looking into hotlink protection. The code
RewriteCond %{HTTP_REFERER} !^http://([^.]+\.)+domain\.com [NC]
works for subdomains.domain.com but when I try to access domain.com/folder, I get my hotlink protection. Is there any code for allowing subdomain.domain.com AND domain.com/folder that I've missed? I've looked through as my threads as I could before giving up and posting.