How to Remove extensions from URL

URL stands for Uniform Resource locater that is the global address of documents and other resources on the World Wide Web. According to the syntax of URL the primary part of the URL is named a protocol identifier and it indicates what protocol to use, and therefore the second part known as a resource name […]

Read More »

How to Install ConfigServer

Install Config Server Security & Firewall rm -fv csf.tgz wget http://www.configserver.com/free/csf.tgz tar -xzf csf.tgz cd csf sh install.sh Remove installation files: cd .. rm -Rfv csf/ csf.tgz Install ConfigServer Mail Manage rm -fv cmm.tgz wget http://www.configserver.com/free/cmm.tgz tar -xzf cmm.tgz cd cmm sh install.sh Remove installation files: cd .. rm -Rfv cmm/ cmm.tgz To uninstall: rm […]

Read More »

Optimize MySQL database

Usually, for a web site having large volume of data, optimizing the MySQL database becomes crucial for enhancing the performance to indexing. Indexing helps in an exceedingly better collation of data and is an internal feature that comes with MySQL. Consider a table “abc” that includes a set of rows could also be two whereby […]

Read More »

Addon domain Vs Parked domain

Difference between Addon domain & Parked domain Addon Domain: Addon domains are often added to your hosting account as an extra feature. They permit you to possess more than one independent web site sharing the resources of your hosting account. You’ll host multiple domains or multiple web sites on one account that are essentially setup […]

Read More »
How to Create & Manage Databases With PHPmyadmin in Cpanel

How to Create & Manage Databases With PHPmyadmin in Cpanel

While creating a database, following are some further things that they have to organize – Creating a database user Giving your database user rights to work with your database Fortunately, cPanel added the MySQL Database Wizard which will help in creation of database just by following the steps given below. How to create database in […]

Read More »