• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Resolved https 301 redirect for wordpress

Kingsley

Silver Pleskian
Hello;

I am switching all my sites to HTTPS and i need help setting up the 301 redirect.

Thanks
 
This is what i use i dont know if its the correct one

Code:
# BEGIN Force http to https
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} !=on [NC]
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
</IfModule>
# END Force http to https
 
Hi Kingsley,

but i want to retain my shares, DA, PA and other ranks
:rolleyes: ... and now, pls. explain, what makes you think, that you will loose pageranks, when redirecting from http to https with the help of 301 - redirects in your configuration files, instead of ".htaccess" - files? ( pls. based on FACTS... not with the help of strange posts from so called "SEO professionals" or suspicious bloggers, pls. )
 
Hi Kingsley,


:rolleyes: ... and now, pls. explain, what makes you think, that you will loose pageranks, when redirecting from http to https with the help of 301 - redirects in your configuration files, instead of ".htaccess" - files? ( pls. based on FACTS... not with the help of strange posts from so called "SEO professionals" or suspicious bloggers, pls. )

You won this time :D:D:D however i know of SOCIAL SHARES disappearing due to change of URL
 
Back
Top