Category : Web Hosting

WordPress can be installed using Softaculous Application installer from your cPanel interface.  Please follow the below steps to get started: Login into your cPanel. Click on WordPress icon: Click the “Install Now” button: On the next screen, make sure to select all the appropriate options.  If you want your WordPress install to work when going to the ..

Read more

Redirecting HTTP to HTTPS Redirect All Web Traffic You may need to edit the below code in your .htaccess file: RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R=301,L] you can replace www.yourdomain.com with your original Domain Name. Editing .htaccess in cPanel File Manager Note: Backup your website in case something goes wrong. Login to cPanel ..

Read more

If you can access your cPanel account, follow the given steps to reset your password: Log into your cPanel account. (eg: www.cpanel.example.com) In the “Preferences” section, click on “Change Password” Icon.  Enter your current password. Enter your new password or use a password generator provided by cpanel. Click on change password. You will receive a ..

Read more

If you have a domain already registered, you can use this domain in your hosting, through the Addon Domains option. For this, you must access cPanel, and access the item Addon Domains from cPanel. After that, you should write the name of our domain, as in the example below: After you click Add Domain, it will appear in ..

Read more

It is very common to exceed this limit and get the error Fatal error: Allowed memory size. The fatal error message looks similar to this one: Fatal error: Allowed memory size of 23556632 bytes exhausted (tried to allocate 3349917 bytes) in /home/xxxxx/public_html/wp-includes/plugin.php on line xxx How to increase the WordPress allowed memory size for your wordpress ..

Read more

Introduction In this tutorial, you will learn how to access your Email Account’s Webmail. Generally, there are three simple ways to access it and we will talk about each of them. What you’ll need Before you begin this guide you’ll need the following: OPTIONAL (In case you choose to use Method No. 3) Access to the cPanel of your hosting ..

Read more