Add tutorial: Change WordPress PHP memory and upload limits#1350
Conversation
Introduces a new tutorial with step-by-step instructions and images for increasing WordPress memory and upload limits on Ubuntu servers running Apache. Covers editing wp-config.php, .htaccess, and .user.ini, with troubleshooting and verification steps included.
|
Thank you for your contribution and sorry for the delay in the review @DeclanE47 I just went through your tutorial and noticed several mentions of Can you please confirm if your text was written by AI? |
|
Hello, I used AI to reformat my text but the content is written by me |
|
I see, thank you for clarifying. |
|
That can be changed back I was sure I fixed that. |
|
The tutorial looks good to me now. @DeclanE47 Please add the Contributor’s Certificate of Origin block to the description of this pull request (as a comment in the PR description). So basically edit #1350 (comment) and add the Contributor’s Certificate of Origin block at the top (with your own name and email). Contributor’s Certificate of Origin block: Once this is added, I will merge this PR. |
Added :) |
|
Thank you 🙂 |
I have read and understood the Contributor's Certificate of Origin available at the end of
https://raw.githubusercontent.com/hetzneronline/community-content/master/tutorial-template.md
and I hereby certify that I meet the contribution criteria described in it.
Signed-off-by: DeclanE47 declan@emeryholdings.org
Description
This pull request adds a new Hetzner Community tutorial explaining how to change WordPress PHP memory and upload limits.
The tutorial covers:
wp-config.phpmemory_limit,upload_max_filesize,post_max_size).htaccessfor Apache with mod_php (recommended for Hetzner WordPress Cloud Apps).user.iniorphp.inifor PHP-FPM environmentsphpinfoThe content is written to be platform-agnostic while reflecting common Hetzner setups.
Scope and assumptions
Checklist
Additional notes
Step 5 Option A is marked as recommended when Apache uses mod_php, which aligns with the current Hetzner WordPress Cloud App image.