WORDPRESS

How do I change my wordpress website from http to https?

You can follow these 2 Methods for redirect wordpress website from http to https?

Method: 1

Just Update these code in your .htaccess

Method: 2

In this method you can install really ssl plugins and then activate them

Basant

Recent Posts

How to Add Auto Increment to a Column in PostgreSQL ?

Learn how to efficiently set up auto-increment columns in PostgreSQL with this step-by-step guide. From…

4 hours ago

How to get the value of selected radio button using jQuery

Just use below code and modified according to your need. Note: this is very useful…

3 months ago

AWS

Steps: AWS puttyubuntu sudo su apt update apt install apache2 service apache2 start service apache2…

8 months ago