How to configure Google Apps in cPanel server ? OR How Configuring DNS CNAME and MX records for Google Apps in cpanel server ? Ans : 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 MoreCategory: How To
Redirect all URLs to anoter blog URLs
Redirect all URLs to anoter blog URLs If you want to redirect all the URLs from one blog to another blog URLs then add the following rewrite rules in .htaccess files. Example : I have redirected my old blog from “http://www.bestdesigns.co.in/blog to my new domain https://Hostripples.com. I have added the following rewrite rules into old blog […]
See MoreHow to upgrade php version on plesk
How to upgrade php version on plesk ? Ans : – You can simply upgrade the php version on LINUX PLESK server by using following steps root@server [/] # cd /usr/local/src root@server [/usr/local/src]# wget -q -O – http://www.atomicorp.com/installers/atomic.sh | sh root@server [/usr/local/src]# yum upgrade php root@server [/usr/local/src]# /etc/init.d/psa stopall root@server [/usr/local/src]# /etc/init.d/psa startall root@server [/usr/local/src]# […]
See More