Hi,
I have created an pure OOP e-commerce web site with PHP. I want to make sure that my class files cannot be seen or downloaded by anyone. What do i do now? Other files html, css, js can be seen, no problem. My hosting company provides me a folder called "htdocs" to put my files. Do you think i should have an additional secured folder for my class files?
db.class.php
processes.class.php
other.class.php
In my pages i do require_once for 3 of my classes.
Thanks