How do I disallow write access to a folder? I have a hacker who writes into folders on my website.
They were having permissions of 777, but I changed them to be 755.
Is that adequate? Or is there something I can do with an .htaccess
in the folder that prevents anyone from writing in the folder,
but not the webserver. I need to write files in it myself?
Like a 'logs' folder where I need to write logs, (or a newsletter folder). But I don't want anyone from outside to be able to write anything into the folder.
Do I need anything in the .htaccess or are the permissions adequate?
Thanks
....Burton |