Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/13/2024 in all areas

  1. Yes, create a .htaccess file inside your httpdocs folder and put this as it's contents: RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ https://%1/$1 [R=301,L] Let me know how it goes.
    1 point
  2. Those functions specifically are only applicable to Plesk when it's installed on windows server. Ours is running on Linux. We've also turned off some of the functionality like adding domains since it doesn't integrate with some of our backend systems at this time. This functionality will be added back at some unknown point in the future if we can get it to integrate.
    1 point
×
×
  • Create New...