• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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