ehm
09-15-2006, 11:08 AM
I create some sub-levels were I'm placing my contact files, like
root
root/ct/ct.html
root/ct/pp/ct.php
Now I will start adding captcha on it and I realy want to protect the /pp level from others being able to access it.
I try .htaccess, but then it will require a password from the user to acess that directory. (honest, I tought that when the request was comming from a 'localhost' it will by pass the .htaccess).
What would be the way that you protect your .php files from hackers eyes?
Thank you
root
root/ct/ct.html
root/ct/pp/ct.php
Now I will start adding captcha on it and I realy want to protect the /pp level from others being able to access it.
I try .htaccess, but then it will require a password from the user to acess that directory. (honest, I tought that when the request was comming from a 'localhost' it will by pass the .htaccess).
What would be the way that you protect your .php files from hackers eyes?
Thank you