wordpress

Change localhost port 80 to 8080

In httpd.conf change the following lines and then restart the application: Listen 80 to Listen 8080 ServerName localhost:80 to ServerName localhost:8080 http://localhost:8080 http://localhost:8080/phpmyadmin/ When you press “Start” the application can still say that you have an error like “Port 80 in use by “Unable to open process” with PID…” but it will still work. If the error includes “Port …

Change localhost port 80 to 8080 Read More »

How To Install WordPress on Linux/CentOS 7

https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-on-centos-7 https://hocvps.com/cai-dat-wordpress-tren-centos-6/ https://www.digitalocean.com/community/tutorials/install-wordpress-on-ubuntu https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-on-ubuntu-22-04-with-a-lamp-stack https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-22-04 https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-22-04 https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-20-04 Step Two — Install WordPress Before we download WordPress, there is one PHP module that we need to install to ensure that it works properly. Without this module, WordPress will not be able to resize images to create thumbnails. We can get that package directly from CentOS’s default …

How To Install WordPress on Linux/CentOS 7 Read More »