WordPress Post limit.

Written by

in

WordPress has a 2MB of post limit, Many posts online sates that methods includes plugins, .htaccess, etc.
Which is not accurate, WordPress don’t use .htaccess except in debugs.

To change post limit, just change the apache2.conf

AllowOverride all

this will allow php.ini to make change to the server.

Then just edit the php.ini file.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *