Question
Modifying .htaccess causes server error 500
I have a one click Wordpress installation and followed the solution here and I’m still getting server error 500 when I modify php_value upload_max_filesize 128M
in .htaccess (this used to be the only way that worked)
I followed the change in virtualhosts suggested on DO here
I tried all the changes but the last filter approach here too changing max_file_upload
size in
wp-config
in php.ini adding this to .htaccess (doesn’t cause error 500)
<IfModule mod_suphp.c>
suPHP_ConfigPath ../../../etc/php/7.4/fpm/
</IfModule>
.user.ini
I used to be able to change .htaccess before setting up http/2 in case that helps
Thanks in advance!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×