• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Resolved Wordpress WPML different domain

MichaelG

New Pleskian
Hi All,

I've been trying to follow this tutorial (How to use WPML with different domains per language - WPML) but I can't seem to fix it at:
"Setting up your HTTP server"

I need to add this to nginx config:
Code:
 server {
  server_name example.com example.de;
...

How should I do this?

server information:
Running CentOS 7
Plesk Onyx 17
PHP 7.0.17 as FPM application served by nginx
mysql 5.5
ngninx 1.11.10

Please let me know if you know how to do this or if I missed any info.

Thanks!
 
Hi MichaelG,

your domain - specific configuration files are located at:

=> /var/www/vhosts/system/(subdomain.)YOUR-DOMAIN.COM/conf
... and you are certainly able to manually edit these files... BUT ( !!! ), you should be aware, that the files will be modified/re-created again by Plesk, in case of hosting - dependent changes or updates/upgrades of your Plesk software and it's components. ;)
 
Hi MichaelG,

your domain - specific configuration files are located at:

=> /var/www/vhosts/system/(subdomain.)YOUR-DOMAIN.COM/conf
... and you are certainly able to manually edit these files... BUT ( !!! ), you should be aware, that the files will be modified/re-created again by Plesk, in case of hosting - dependent changes or updates/upgrades of your Plesk software and it's components. ;)

Ah that explains it! I will setup WPML in a different way then. Thanks!
 
Back
Top