HTTPS stands for Hypertext Transfer Protocol Secure and encrypts the information sent between a visitor’s web browser and the server where the website is hosted, using a secure communication channel (such as contact forms, passwords, credit card numbers, and other sensitive user data).
When you obtain an SSL certificate for the first time, you’ll need to update your URL settings to ensure your website functions over HTTPS as expected.
All of your URLs will change their prefix from http to https, and it is important to implement proper redirections to avoid broken links and ensure visitors always access the secure HTTPS version of your website.
The first step in redirecting all your connections from HTTP to HTTPS is purchasing an SSL certificate.
You can review different SSL certificate types offered by Atak Domain and purchase the one that fits your needs using the link below.
The installation process of an SSL certificate varies depending on the hosting panel or server you are using. You can receive free support from the Atak Domain Support Team for the SSL setup.
You can redirect HTTP to HTTPS using various web servers.
You can do this using the .htaccess file. Simply add the following lines to the .htaccess file located in your FTP directory.
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
1. Log in to Plesk
Log in to your Plesk panel.
2. Go to the Websites & Domains Section
Click on the "Websites & Domains" section from the left menu.
Find the domain name you want to work on from the list.
3. Click on Hosting & DNS
Under your domain name, click on the Hosting & DNS option.
4. Click on Hosting
Finally, click on the Hosting option.
5. Select and Enable SSL
On the page that opens, under “SSL/TLS support”, click the “Enabled” button.
Select the checkbox “Redirect visitors from HTTP to HTTPS via a SEO friendly 301 redirect.”
Choose your SSL certificate from the Certificate section.
Finally, click the “Save” button.
This process ensures that the Plesk server automatically redirects all HTTP requests to HTTPS.
1. Log in to your WordPress admin panel
2. Go to Plugins > Add New
3. Search for "Really Simple SSL" in the search box
4. Install and then Activate the plugin
5. After activation, you will be directed to the plugin’s setup screen
6. If SSL is active, click the “Activate SSL” button
7. All settings will be configured automatically and your HTTP to HTTPS redirection will be completed.
Note: You must already have a valid SSL certificate installed on your site to use this plugin.