Webmail login error: Your Internet Address has changed

While accessing webmail you get following errors. Error:  Your Internet Address has changed since the beginning of your Mail session. To protect your security, you must login again. Solution: Turn off the ‘checkip’ variable in the following configuration file. The configuration files absolute path is : /usr/local/cPanel/base/horde/config/conf.php Thats it.    

See More

Enable Mysql Event Schedulers

To execute the mysql events as per the schedule, First enable it on the server. How to enable it? Go to mysql prompt using following command. #mysql #mysql> SET GLOBAL event_scheduler = 1; It will enable mysql event scheduler. Thats all.        

See More

Block Entire Country using .htaccess file

To block a traffic from  entire country using .htaccess file, Go to following URL and select the country which you want to block and click on generate .htaccess code button. http://incredibill.me/htaccess-block-country-ips After that, copy/paste results to your .htaccess file . Thats it.    

See More