A
Anonymous
Guest
I made a simple (unsecure, I know), php script to handle a few password protected pages on my site. All of the links to the secure pages pass a variable to the script that then gets the requested file's content from a sub folder and shows it (if they enter the correct password).
My question is this. Can I set the permission (linux server) on the subfolder so that only my local script can access the files inside (but web site visitors can't just type in the address to a file in that folder)?
Thanks in advance.
My question is this. Can I set the permission (linux server) on the subfolder so that only my local script can access the files inside (but web site visitors can't just type in the address to a file in that folder)?
Thanks in advance.