Hi,
Let's say my root: http://localhost/htaccess/index.php
I have dbconnection.php, css files, js files, inc files, class files, functions.php and image files all stored in http://localhost/htaccess/secured/
directory. I don't want anyone access these files. How can i do it?
I tried .htaccess but nothing worked apart from directory browsing (IgnoreIndex */*).
Thanks