Forum Moderators: mack
What do I need to worry about for protecting my php files? Is it possible for anyone to download one of them and then see mySql passwords, etc?
Is there a freeware tool that I can use to see what files are exposed on my web site? I'd like some way of knowing what others can see.
Are there other security issues that I need to think about?
Thanks so much for any help!
Sure, there are a ton of other potential security issues with PHP. For starters, if you have any form that accepts user input, someone might be able to hack into your files that way. Your question is kind of broad.
What files are visible to the outside world over http? How do programs like FrontPage download an entire site? Do they just look for index.html and then follow links to get filenames or is there a way to get a "directory" of files using http?