• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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