WordPress is a very popular PHP based CMS (Content Management System). For small businesses, personal/hobby websites, WordPress can be a lifesaver. In this article, I am going to show you how to install WordPress on CentOS 8. So, let’s get started. 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…
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>