I got error 500 when setting php variable in .htaccess
The admin upgrade php to new version.Then all of my html webpages got error.
I find the problem for 2 days and found that the error came from
.htaccess
#php_value memory_limit 52M
#php_value post_max_size 51M
#php_value upload_max_filesize 50M
I add the comment and all webpages work well.
But vBulletin can't upload file more than 2M any more.
Do you have any idea ? What's the admin did wrong ?