Problem : When wordpress is installed on main domain and you want to set the password to any directory which is under the public_html folder but when access it by using browser then the URL shows 404 error or not found error. Solution : You need to add the following code in .htaccess files in […]
See MoreAuthor: Vishwajit Kale
Vishwajit Kale blazed onto the digital marketing scene back in 2015 and is the digital marketing strategist of Hostripples, a company that aims to provide affordable web hosting solutions. Vishwajit is experienced in digital and content marketing along with SEO. He's fond of writing technology blogs, traveling and reading.
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