So after a little digging about apache I came up with:
Code: Select all
SetEnvIf Referer <my hostname> allowit
order deny,allow
deny from all
allow from env=allowit
allow from 192.168.10.
Now, unless you are originating from my site, or my local network, you cannot access these pages manually