Request Entity Too Large (already changed .HTACCESS)
-
When saving a Post, I am taken to a page that is almost entirely blank. It simply says:
Request entity too large
The requested resource does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.I’ve already edited the .HTACCESS file, but the problem persists.
php_value upload_max_filesize 256M php_value post_max_size 256M php_value max_execution_time 1200 php_value max_input_time 1200
Any suggestions?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Request Entity Too Large (already changed .HTACCESS)’ is closed to new replies.