Good Practices - Things to do to secure the site before going live
PermalinkIs there a recommended list of "Good Practices / Check list" to ensure I've covered what I should.
- biggest concern is the "Config" file showing database access and password.
- Are there other things - that you guys have learned as you have implemented (like preventing sql injection, etc).
- Is there an area on the site for this kind of list (sorry if I missed it)
I hope this is the appropriate thread to post this
- Any help / direection much appreciated - thanks in advance

data inputs in the core are sanitized and theres helper function to sanitize custom data
http://www.concrete5.org/documentation/how-tos/editors/security-and...
I'm good to go.
I appreciate the quick response J (Thumbs Up)