Follow below steps:
1. Open .htaccess file
2. Add below lines of code and save it.
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
That's it now you can see your website redirected to https.
How to solve GitHub permission denied to the user in Windows
How to delete all previous Jenkins build and reset it from GUI
Install Maria db docker. Run Maria db docker docker exec -it dockername bash Type mysq…
Read more© 2020 | Aleem Raja;
0 Comments