1
Hello,
Last week, my several websites attacked and hacked (hacker overwrites his file over original index.php file of xoops) easily :(
I opened a case to my hosting provider, and they said your all files have wrong file permission: 755 file permission (rwxr-xr-x) and they should be 644 (rwxr--r--) except directories of course. But nearly all XOOPS files comes from tar packages have 755 permissions.
Do you think do we need to remove executable permissions from ordinary files and does this make our websites safer?
My websites hacked by overwriting index.php file. If I change index.php's permission to 444 (r--r--r--), does this mean my website is safer?
Thanks