enable or disable mod_security for particulate account[error for mod_security, access denied with error code 403]

===================================================== If you are receiving the error for mod_security, access denied with error code 403 when you check the error logs for any account. You can disable the mod_security for that account by adding a ===================================================== simple code in his .htaccess ================== SecFilterEngine Off SecFilterScanPOST Off ========================== And to enable just remove these two line […]

See More

Enable killwhom command at Linux server

Enable killwhom command at Linux server If killwhom command is not added in your server.then do below steps : pico  /bin/killwhom add following code. — ps -auxf|grep $1|awk ‘{print “kill -9 ” $2}’ — Save the File chmod 700 /bin/killwhom and run the command    ðŸ™‚

See More

How to enable register_globals for a single website without putting an entire server security at risk?

How to enable register_globals for a single website without putting an entire server security at risk? * Go to your control panel and then click on File manager. * In your file manager, enter the public_html folder. * In the public_html folder you will see a file called .htaccess. * Select  the .htaccess  file and […]

See More