0
sandip posted
how to disable upload at LAMP server ?
i want to get rid of uploading any file to my server by the php files.is there any way of by php.ini or .htacess or any other server modification so i can disable uploading of files to users ?
main reason is My wordpress site got infected. i got index.php file have following some code with eval function which is undesirable
eval(gzinflate(base64_decode("HZ3fdsfHjtfvdqlkdsfabf5Y7OAQfMCRc9YKaYc5o0mHOmmJ6+ .... ));
i am cleaning daily but still it get infected .
so i want to limit the cause of the get it infected daily.
so i find that it should be uploaded from somewhere so i want to get rid of the upload function of my server.