• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Issue Nginx + Wordpress + Peepso - profile editing is not working

Fant

New Pleskian
Hello,
I'm using nginx only configuration (php 7.2.16 FPM application served by nginx) with standard wordpress config "for one website". Peepso plugin is not working properly. Profile editing is completely not working, it's not loading (Update info button). Plugin author said it's problem with my Nginx configuration - index files or get params.
It should looks like this.
r2GP0eN.png

But it looks (/about it's not loading, it shows user profile):
0JzodiE.png

Peepso got option to change url to seo friendly (it's removing ? from url so it looks: profile/admin/about), but it displays blank website.
 
Plugin is working on other nginx hosting without plesk but plesk is not working on standard nginx config with wordpress (of maybe someone got fix). There is fix for permalinks

if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?q=$1 last;
}


But it not fix problem with the plugin. Any suggestions?
 
Back
Top