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 MoreTag: web hosting
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 MoreDebug RvSitebuilder
Are you getting any problem while using RVsitebuilder. to view debug information, use following steps. 1. SSH as a root to server and vim file /var/cPanel/rvglobalsoft/rvsitebuilder/var/{Server_IP}.default.conf.ini.php.Under [log], configuration to as below. [log] enabled=1 type=file name=var/log/php_log.txt priority=PEAR_LOG_DEBUG 2. Now run tail -f /var/cpanel/rvglobalsoft/rvsitebuilder/var/log/php_log.txt. 3. Try to access RVSiteBuilder and check the logs and try to figure […]
See More