Full secure wordpress site connection with https redirection

by
Category : wordpress

Full secure wordpress site connection with https redirection
Redirect the wordpress form http to https.
Follow below each step for that.

  1. Login into cPanel or into your hosting provider panel and go to file manager
  2. Find htaccess file into file manager.
  3. If not find htaccess , open the option show the hidden folder or create it, if still not find.
  4. Replace the file with below htaccess content.

RewriteEngine On
RewriteBase /

RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

RewriteEngine On
RewriteBase /shops/
RewriteRule ^index.php$ – [L]

Redirect 301 “https:sanditsolution.com” “https:www.sanditsolution.com”

RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule . index.php [L]

  1. Put your domain in place of sanditsolution.com
  2. You domain ready to redirect to https://
    Now we going make page fully secure for that you have to follow below step.
  3. Open your site website home page.
  4. Press Ctrl+U in windows .
  5. And find (http:// ) into your page source.
  6. Now edit the home page file by going into file manager or FTP or using admin panel.
  7. Now you ready to go.

If you have any question please let us know?

Leave a Reply

Your email address will not be published. Required fields are marked *

*
*