I want to make my site as secure as possible. If I change the permissions for files... the number designations 644, 755, those ones... what should I change them to? 444? And how will this affect my site, my access, and a hackers access? Thanks for any input
For files you would normally run 644 that means: Owner - read and write Group - read only World - read only Setting files at 644 isn't going to give a hacker access. Most hacks these days are from insecure password, poor coding and sql injections Hope this helps
Incorrect, most web based infections are due to a mix of bad coding, bad permissions. The best permissions are 644, 755. 777 is dangerous.