Fixing the Php.ini Problem in Wordpress

I like the new gallery in wordpress 2.5+. Unfortunately, it has never worked out well for me as most of my uploads are greater than 2 mb. After spending a long time trying to get Wordpress to cooperate with my php.ini file, I finally found the solution.

1) Changing a few settings in the php.ini file:
post_max_size = 100M
and
upload_max_filesize = 100M

2) Upload them to your server (in my case Bluehost).

3) (Crucial Step here)Copy them to the wp-admin directory of your wordpress install.

In other words, this post reflects that I’m an idiot.

Respond to this post