Is there a way to place PHP files into a protected directory on a web server but still allow the user to execute them?
The site I am working on has a large # of PHP files that I use to create the site pages. What I don't want is someone to be able to just type in the URL of the .php page in the address bar and be able to view all the source code. This is a big consideration because the password to the sql server along with the path information is located in the source files as well.
Thanks,
Kablarg (M7_B5)
The site I am working on has a large # of PHP files that I use to create the site pages. What I don't want is someone to be able to just type in the URL of the .php page in the address bar and be able to view all the source code. This is a big consideration because the password to the sql server along with the path information is located in the source files as well.
Thanks,
Kablarg (M7_B5)