This may appear as child problem but i have confusion about this When we document Root what this means??
I am creating directory strucure for framework eg
this is directory structure from code tutsplus
`----public Document root where public files are accessed
-css
-images
-content
-js
------ Resources
-library
-template
-config.php
about above structure someone has commented ** this puts credentials inside the doc root meaning it may get publicly available at some point**
what does it means??
this is confusing for me help?
I have xampp installed and has codeigniter projects in htdocs folder so which is document root htdocs or my project folder??