How to parse the php code in .shtml file. Solution : If you want to use php code in .shtml file then you need to add the following handler in .htaccess file. AddType application/x-httpd-php5 .php5 .php4 .php .php3 .php2 .phtml .shtml AddHandler application/x-httpd-php5 .php5 .php4 .php3 .php2 .phtml .shtml Done
See MoreCategory: cPanel
Configure CNAME and MX records for Google Apps on cpanel server
How to configure Google Apps in cPanel server ? OR How Configuring DNS CNAME and MX records for Google Apps in cPanel server ? Answer : Google Apps is a suite of Google applications that brings together essential services to help your business. This is a hosted service that lets businesses, schools, and institutions use […]
See MoreHow to backup all the MySQL databases daily using Shell script/cron job.
Hi, How to take full MySQL backup daily using shell script ? First we need to create the shell script on the server and add below code in it. After creating the shell script. After this you can add this shell script to daily crons to perform daily backup automatically. You can directly put […]
See More