Forum Moderators: phranque
<Limit GET>
Order Deny,Allow
Deny from all
Allow from mysite.com
</Limit>
Unfortunately this denies access for everyone.
Any advice would be greatly appreciated.
Brutus
<added> You might try this (I have not tested it and am only assuming it will work)
SetEnvIf Referer ^http://.*\your_domain\.com ok
<Files *>
order deny,allow
allow from env=ok
</Files>