meymigrou
New Pleskian
- Server operating system version
- Debian 10.13
- Plesk version and microupdate number
- Plesk Obsidian Version 18.0.51 Update #1
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 website.
For example, the main website has max_input_vars set at 5000, while subfolders have max_input_vars set to 200. The same goes for memory_limit, upload_limit etc. The problem is that I am using a theme in one specific subfolder that needs max_input_vars to be set at 5000, and I don't know how to change that for that specific subfolder in order to make it work.
I've tried adding code to wp-config.php, htaccess, and php.ini and nothing worked. I've also changed the PHP settings from the main website using Plesk and increased the max_input_vars by placing "max_input_vars = 6000" at the "Additional configuration directives" in Plesk, but that didn't solve the problem either.
Any idea on how to increase the max_imput_vars in a subfolder running WordPress?
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 website.
For example, the main website has max_input_vars set at 5000, while subfolders have max_input_vars set to 200. The same goes for memory_limit, upload_limit etc. The problem is that I am using a theme in one specific subfolder that needs max_input_vars to be set at 5000, and I don't know how to change that for that specific subfolder in order to make it work.
I've tried adding code to wp-config.php, htaccess, and php.ini and nothing worked. I've also changed the PHP settings from the main website using Plesk and increased the max_input_vars by placing "max_input_vars = 6000" at the "Additional configuration directives" in Plesk, but that didn't solve the problem either.
Any idea on how to increase the max_imput_vars in a subfolder running WordPress?