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.
Install Maria db docker. Run Maria db docker docker exec -it dockername bash Type mysq…
Read more© 2020 | Aleem Raja;
0 Comments