Alright here is what we would like to accomplish,
We have folders on our server, what we want to do is deny access to the contents of he folders from everyone except for authorized websites.
So we want to allow authorized websites to use our scripts, images and other items in the folders but if they are not authorized we don't want anyone to access the content.
We tried .htaccess however it would block everyone from the content because the content was being requested from the user not the website, we need to authorize the content use by the website based on domain name.
We have seen similar things done on other sites and scripts but we cant puzzle out how it is done.
If someone has the code for something like this or can point us in the direction of the code for something like this we would greatly appreciate it.
Please note that we are not advanced php users so a little description with replies would be greatly appreciated.
Thank you in advance.