Security Recommendations |
2/11/2008 5:22:38 PM |
PHPRunner General questions | |
![]() Is there an overview of recommended security practices for when you deploy your database on the internet? One of the files that I'm concerned about is dbconnection.php. How easy is it for someone to see that or gain access to it? For example: http://xyz.com/utilities/include/dbconnection.php What are the practices that I should use in order to "lock down" my site? |
|
![]() |
Alexey admin 2/12/2008 |
Bill, |
K
|
kenlyle 2/15/2008 |
If we are packaging/zipping a deployed application for others to install, the only thing we have to do is replace out the database connection details in dbcommon.php, right? |
J
|
Jane 2/18/2008 |
Ken, |