Wordpress site down after changing htaccess

Status
Not open for further replies.

GigaGreg

Moderator
Staff member
Hey,

My site got 500 error after altering the htaccess file, I tried to increase the upload size limit for media.
 

GigaGreg

Moderator
Staff member
I added this and it broke the site
Code:
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 300
 
Status
Not open for further replies.