WordPress で投稿できる最大ファイルサイズを増やす

Sunrise Empire ブログの方で CS の DEMO をアップロードしようとしたとき、2M のファイルサイズの制限に引っかかってしまいアップロードできなかったので、その対応方法を書いておきます。

php.ini を編集して、下記の値を適当に増やします。
今回は 100M に増やしました。

1
2
upload_max_filesize = 100M
post_max_size = 100M

Apache をリスタートします。

1
/etc/init.d/httpd restart

以上で完了です。

Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically to your feed reader.

Comments

コメントはまだありません。

コメントをどうぞ

(必須)

(必須)