• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Https and WWW

Walter Smith

New Pleskian
Hello,

I would suggest two main features and very useful features:
-Being able to force HTTPS on domain name.
-Being able to force WWW prefix on domain name.
 
To force SSL I would recommend using an .htaccess file.
I don't think there is a way / setting to force it via Plesk.

the www. forcing can also be achieved over .htaccess

Here is an example:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://www.%{HTTP_HOST}%{REQUEST_URI}
</IfModule>

I tried it on my local Webserver (wamp) and it seemed to work.
 
Also why forced www-prefix would be required? Why you don't want site accessed as simply domain.com?

Regards
 
Why force SSL Connection:
In order to make sure users only browse our domain using SSL connection. as this is by far better security wise.
Just like how facebook force SSL and Gmail force SSL.
Why force WWW Prefix:
This helps in SEO and on Google+ and facebook likes and search engines. If you already have most links with WWW prefix, it would be better to make that a "standard".

And these can always be turned Off/On using Plesk Panel if implemented.
 
I know this doesn't contribute much to the thread, and I apologize for that; In my opinion asking if the WWW should be enabled or not is outdated. It should always be enabled and not allowed to be turned off. It doesn't have to be used if they don't want to but it should always be on.
 
Back
Top