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 ..
Category : Web Hosting
Apache mod_deflate (Gzip Compression) module is used for compressing content before serving to client. This means that content of your site will be served by the Apache Web Server in a compressed form. To enable the Gzip compression for your site, follow the steps using cPanel web interface.: Step 1 – Login to cPanel Account ..
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 ..
After purchasing our Hosting Account, you will receive a Welcome Email from us which contains our “name server” and you need to update your domain name server to our “name server”. If your domain is registered on abc.com, you should follow this tutorial to update the NameServer of your Domain to our NameServer. 1. Open the ..
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 ..
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 ..
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 ..
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 ..