WordPress installation is just 10 minutes task and even less you’ve done it before. Simply follow the commands, and let me know if you run into any problem. yum install mariadb mariadb-server httpd httpd-tools php php-cli php-json php-gd php-mbstring php-pdo php-xml php-mysqlnd php-pecl-zip wget systemctl status httpd systemctl start httpd; systemctl enable httpd systemctl status httpd systemctl status mariadb systemctl start mariadb;systemctl enable mariadb systemctl status mariadb mysql -u root…
Open .htaccess file and paste below code at the end, replace IP with your server IP # Block WordPress xmlrpc.php requests from other IPs <Files xmlrpc.php> order deny,allow deny from all allow from 104.25.x.x </Files>