• 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!
  • 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.

Recent content by Paulana Thompson

  1. P

    Question how to do this on wordpress site, with nginx

    You're absolutely right, feel free to mark my post as the best answer and close this thread. Happy coding!
  2. P

    Question how to do this on wordpress site, with nginx

    Your second reply said what I was thinking. Just clone your entire site to a subdomain and you should be able to accomplish what you want. This plugin would likely do the job for you: https://wordpress.org/plugins/duplicator/
  3. P

    Question how to do this on wordpress site, with nginx

    Lastly, so that you fully understand how Plesk works: The above config file is actually stored in its entirety at: /var/www/vhosts/system/[yourdomain.com]/conf/vhost_nginx.conf and you can modify this file ONLY to your heart's desire. It will be automatically included in your nginx.conf. To...
  4. P

    Question how to do this on wordpress site, with nginx

    Hello, Maybe I can be of some help. Firstly, because you are using nginx, .htaccess does not apply to you regarding rewrites. All of your rewrites will be done in the "Additional Nginx Configuration" area that Peter specified. You'll need to add at least the following rules to this config to...
  5. P

    Resolved Additional nginx directives outside server scope.

    Perhaps someone else could benefit from this. To add additional map directives without throwing an error, create a file in /etc/nginx/plesk.conf.d/ip_default/ with your complete map directives. Like so: /etc/nginx/plesk.conf.d/ip_default/wordpress.conf map $uri $blogname{...
  6. P

    Resolved Install failure on CentOS 7, CloudLinux - Mailboxes to lowercase format

    Whatever the issue was, it was likely a result of multiple install attempts, the last with a different configuration from the first 2 (maybe 3). My resolve was to uninstall completely using the Plesk-remove script and reinstall with only recommended settings. The result was an install...
  7. P

    Resolved Install failure on CentOS 7, CloudLinux - Mailboxes to lowercase format

    What is the equivalent package name of "plesk-service-node-agent"? Plesk is accessible at 8880, but yum doesn't recognize the package name. # yum remove plesk-service-node-agent Loaded plugins: fastestmirror, rhnplugin This system is receiving updates from CLN. No Match for argument...
  8. P

    Resolved Install failure on CentOS 7, CloudLinux - Mailboxes to lowercase format

    I supposed I'm missing yet another file (story of my entire install). # /usr/local/psa/admin/sbin/mchk --with-spam ==> Checking for: mailsrv_conf_init... not found, skipped # /usr/local/psa/bin/repair --convert-mailboxes-to-lowercase This operation is not supported by the service node.
  9. P

    Resolved Install failure on CentOS 7, CloudLinux - Mailboxes to lowercase format

    Hello, I've been at this for a few days now and have gotten far but am currently stumped. The output of sh /usr/local/psa/bootstrapper/pp17.0.17-bootstrapper/bootstrapper.sh repair is START Bootstrapper 17.0.17 repair AT Sun Dec 18 07:30:17 UTC 2016 **** Product repair started. ===>...
  10. P

    Resolved Cannot Update

    Hello, I've encountered a similar problem in attempting to install Plesk on a fresh CloudLinux server. Here is my error log output: Check package set before installation [2016-12-17 01:53:48.668572] The following packages from not selected components will be installed because they are...
Back
Top