• 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

Search results

  1. meymigrou

    Resolved How to increase max_input_vars in a WordPress subfolder

    I have found the solution; It seems there was some code in the user.ini file on my main website which had max_input_vars set to 2000. I've changed it to 6000 and it works like a charm. Thank you for your kind help!
  2. meymigrou

    Resolved How to increase max_input_vars in a WordPress subfolder

    I've checked for a php.ini file and it wasn't there for any of my subfolders. I have created one and placed the "max_input_vars = 6000" inside it and saved it. It didn't change the max_input_vars in my subfolder installation. Placing a similar code to .htacess files gives a 500 Internal Server...
  3. meymigrou

    Resolved How to increase max_input_vars in a WordPress subfolder

    This is giving the page a "500 Internal Server Error", saying "The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have...
  4. meymigrou

    Resolved How to increase max_input_vars in a WordPress subfolder

    Hello everyone, I have a WordPress blog that has 4 subfolders with other WordPress installations. I added everything to WordPress Multisite and configured the CMS platform to see all installations. The only problem that I am facing is that subfolders have different PHP settings than the main...
  5. meymigrou

    Issue I can login to Email Clients using IMAP but emails won't get displayed

    Hello everyone! I have a dedicated server with 30 websites. All domains are working fine, except the one domain name which is unable to login to email clients. The website is running under CloudFlare, but checking again the DNS, all look good. The problem: I can login fine with all the...
  6. meymigrou

    Resolved After enabling NGINX, all posts in WordPress blogs in sub-directories are giving 404 Page Not Found

    Sorry for the big delay! I've placed the following code in my main's website .htaccess file and all subdirectories started working as expected. RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$...
  7. meymigrou

    Resolved After enabling NGINX, all posts in WordPress blogs in sub-directories are giving 404 Page Not Found

    Could anyone please take a look and provide me with the right code for Additional NGINX Directives? I'm taking for a website with thousands of visitors each month so it's super important to fix the issue. Any help will be much appreciated!
  8. meymigrou

    Resolved After enabling NGINX, all posts in WordPress blogs in sub-directories are giving 404 Page Not Found

    After I enabled NGINX from Plesk (Web Pro) all my posts in my main and sub-directory blogs give 404 Page Not Found error. I placed the following code in my "Additional NGINX Directives" in Plesk to fix all the URLS, but it only fixed the main site (example.com) while the sub-directory blogs...
Back
Top