crescentx,

I've just reread your posts and Googled a couple of things I didn't understand, like regexp and, for the first time, I understand this stuff a whole lot better.

One further question. You posted the following would prevent hotlinking of jpg images:


RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://domain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.domain.com/.*$ [NC]
RewriteRule .*\.jpg$ - [L]

If I added this:

RewriteCond %{HTTP_REFERER} !^http://www.mancheck.com/.*$ [NC]

Does that give MANcheck permission to hotlink?

Thanks so much. And BTW, I've been checking out the program in your sig, is that yours?

Dzinerbear