web - How can I prevent people from viewing my files when they browse my website? -


How can I prevent people from viewing my file when they browse my website?

I want users to stop reading from the file, say, http://domainname.com/css/ . When they do this, all the files in that folder are visible to the user.

You can change this to permissions on that folder or move it out of the public_html folder on the server

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -