How to Install WordPress on AWS Apache 2 Ubuntu 22.04

To install WordPress on Amazon EC2 Ubuntu 18.04|20.04|22.04, Start ssh terminal and connect aws ec2 instance, And type sudo apt-get install lamp-server command to install lamp stack, and then type wget https://wordpress.org/latest.tar.gz command on ubuntu

WordPress Fatal error: allowed memory size of X bytes exhausted

Through this tutorial, you will learn how to fix fatal errors: allowed memory size of 8388608,16777216, 33554432, 67108864, 134217728, 268435456, 536870912, 1073741824 bytes exhausted (tried to allocate x bytes) in /home/site/public_html/wp-content/plugins , /wp-include, /wp-admin wordpress. How To

Uploaded file exceeds upload_max_filesize directive in php.ini. Ubuntu Cpanel

If you are a regular WordPress user like me, then you must know how annoying you feel when you get the error message – ” uploaded file exceeds the upload_max_filesize directive in php.ini. wordpress ” when you

Codeigniter, Laravel, WordPress PHP Fatal error Allowed memory size of bytes exhausted

Through this tutorial, you will learn how to fix PHP: fatal error: allowed memory size of 8388608,16777216, 33554432, 67108864, 134217728, 268435456, 536870912, 1073741824 bytes exhausted PHP, laravel, codeIgniter, WordPress in linux ubuntu, windows, mac. How To Fix