Web Hosting: Recent Episodes

Pravin Dahadade

Related To Web Hosting

View Details

An SSL certificate on your website has many benefits it provides a secure, identity-validated, and encrypted browsing experience for your customers.

This video explains how to activate Let’s Encrypt SSL certificate on your website from cPanel.

Code to add in .htaccess file:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^.]+)$ $1.php [NC,L]

You can also read an in-depth guide here: https://www.milesweb.com/hosting-faqs/how-to-activate-lets-encrypt-ssl-certificate-for-your-website/

View Details

Here is a step by step process to configure Webmail in Gmail.
You will learn how to configure Webmail in Gmail in simple steps.

Click here to read an in-depth article about how to configure Webmail in Gmail:
https://www.milesweb.in/hosting-faqs/configure-webmail-in-gmail/