• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Resolved Problem after upgrade with Apache / Nginx

hollosch

New Pleskian
After upgrade to Plesk Onyx, several domains on my installation have problems with pathes / mod_rewrite / friendly URLs :-(
(Systems are Wordpress, xenforo and other systems usin friendly URLs)

I tried some things in the domain configuration to solve this problem, but it doesn't work like before...
Is there no solution for the whole system to use the webserver as it was before upgrade to Plesk Onyx ???

Related threads:
 
Hi hollosch,

pls. note that the most common used NGINX rewrite rule could be used for SINGLE wordpress - installations ( NO multisites ):

Code:
        if (!-e $request_filename) {
            rewrite ^(.+)$ /index.php break;
        }

Pls. keep in mind, that other content than wordpress may use different rewrite - rules, so that it might be necessary to insert additional NGINX rewrites for (sub)domains, when you use the combination APACHE+NGINX on your server. Most content providers will provide informations about the additional NGINX rewrite rules, which you should follow to avoid issues/errors/problems.

If you would like more help from the Plesk Community, pls. provide exact informations about the used content, because there is no general "global" NGINX rewrite rule, which can be used for all sorts of content. ;)
Pls. keep as well in mind, that additional wordpress plugins may need as well additional NGINX rewrite rules in order to work correctly - and again, you should find informations on the support - pages of the used additional wordpress plugins.
 
Sorry, but this resolution is not so. Transferring a Wordpress site using the Plesk Transfer tool from one server to another sets up in error the setting in the Domain > Hosting Settings >PHP Support > FPM Application served by NGINX. Change the dropdown for the FPM to FPM application served by apache - save/apply and restart server. This will fix your permalink settings in Wordpress to operate correctly.
This error also happens in some situations when setting up a virgin Wordpress site. You will not have to change your .htaccess file settings from the standard ones for multisite or force SSL HTTPS as recommended by Wordpress.
Why Nginx was made as a default I do not know. The other statement that you can change it from the tools and settings is also not so. I looked for over an hour. Also phpinfo even when mod_rewrite is set as a default for the Apache web server and is running on your server it is not shown when nginx is in operation.
 
Back
Top