Michelle
Michelle

Reputation:

Web Application - Secure In A Password Protected Directory?

Is a php/mysql web application secure in a password protected folder on a (reputable) hosted server?

Thanks for any insight you can provide!

Upvotes: 1

Views: 208

Answers (1)

Chris Bier
Chris Bier

Reputation: 14455

Not if the person hacking you has your password.

Make sure your hosting provider is taking measures against hacking attempts, also that there are firewalls on their networks. I have read a tutorial about safe PHP Coding practices and it is awesome. Check it out:

http://www.addedbytes.com/php/writing-secure-php/

Good Luck.

Upvotes: 1

Related Questions