The below code when added to an .htaccess file will automatically redirect any traffic destined for http: to https:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
The below code when added to an .htaccess file will automatically redirect any traffic destined for http: to https:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
Your cPanel allows you to easily create a MySQL database, create database users, and assign...
Login to cPanel and under email section select email accounts. Go to Email accounts -> Mange...
FTP login details are same as your cPanel login details. You need the below details to connect,...
You can easily import a MySQL Database using phpMyAdmin. Below are the steps First login to...
PHP memory limit is 32 MB by default. It is enough for more websites. But if your plugins and...