Hello all,
I am looking for some help. I have a website that contains a folder with some html * php files in it.
What I need to do is prevent direct access to those files unless you clicked my site to get their.
For example:
if a visitor click a link view.php they can view the file.
if a user enters the url into their browser they cannot view the file.
I have been reading up on this and it seems that .htaccess and mod_rewrite may work based on referer, but alas this is totally beyond me.
Any help would be appreciated. Thanks
Liisa