Learn to Create a PostgreSQL User

For creating a PostgreSQL user, go to your cPanel -> PostgreSQL Databases interface. In the Add New User form, type the username and password. Note that the username will always include your cPanel username in the form of a prefix. Now add the newly-created username to an existing database. For this, use the Add User to DB form. Now, simply […]

Read More »

How Do I Check PHP Version And Configuration?

For checking the current PHP configuration the Phpinfo() function is used. For the purpose of dubugging this function can also be used because it comprises of all EGPCS (Environment, GET, POST, Cookie, Server) data. Follow the steps mentioned below in order to run the function: Login to your cPanel account then navigate to Files > […]

Read More »
How to Create Multiple Accounts using WHM

How to Create Multiple Accounts using WHM

For web hosting resellers, WHM is the admin control panel . Through WHM you can administer your VPS/Reseller account and all other its accounts. Creating a cPanel 1.Login to the WHM. 2. Click Account Functions and Click “Create a New Account.” 3. Under Domain Information you have enter the domain, username, password (twice) and the contact email address 4. Select […]

Read More »

Generate SSH key on Windows

This article will explain how to generate an SSH key on Windows using PuTTY . Using a key accessing your server adds to your efforts of server security. With an SSH key, you’re not needed to SSH into your server, therefore it offers an increased security for your servers. With this you’ll be able to […]

Read More »

Where is my WordPress configuration file is stored?

WordPress is accountable to store your database information in a file that’s referred to as wp-config.php. This configuration file is found within the document root directory of your domain name. For example, if youinstall WordPress on your primary domain then the wp-config.php file gets located within the public_html directory of your hosting account. It permits […]

Read More »