• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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