I need the code to do this:
block all ouside requests from other servers.
I ONLY want requests from MY server to allow access to a certain directory for example
http://pimpdogrocks.com/pimp_3/ is to only be access by requests from my server and sites that are on the same server.. all other requests are to be denied or blocked or redirected..
I cant seem to find the correct code. I have lokked at apache.org and searched for mod_rewrite but im dumb and cant figure it out..
any help?