• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

single http/https folder

izghitu

New Pleskian
Hi,

I migrated domains from another server and they had separate http and https folders. Now I need to make them use same httpdocs for both http/https. How do I do it for a single domain? How do I batch do it for all domains?

Please let me know

Thanks
 
Frequently httpdocs and httpsdocs had the same content (or https one was empty) - if that is the case, then you can pick one (i.e. httpdocs) and use it. Plesk 10.0+ will use httpdocs for both SSL and non-SSL
 
can you please be more specific? Like click that, click that, change that?

Is there any way to do the change for all domains?
 
If domains were migrated with Plesk migration tool (you clicked Tools & settings > Migration and Trasfer), then they run in legacy mode of separated folders for SSL and non-SSL. If you wish to change that
1) go Domain > Hosting Settings > uncheck "Run the website in compatibility mode for the legacy option "Separate SSL and non-SSL content"
2) or call "plesk bin domain -u domain.com -same_ssl false" in CLI
Simple script can do #2 for all your domains

If you are not familiar with CLI and scripting, you will need to perform #1 for each domain manually

Regards
 
Back
Top