wordpress encounter http 500 error
when I try deferent themes and plugins, there will be chance that the server just not working. it gave an 500 error at browser In this case , to find what happed, we can modify…
when I try deferent themes and plugins, there will be chance that the server just not working. it gave an 500 error at browser In this case , to find what happed, we can modify…
Register SMTP Service at https://app.brevo.com/ I use Brevo.com to use SMTP to send mails , which allow 300 mails per day for free. One step is somehow complex is you need register your domain. login…
Since Wordpress is installed under /wordpress/ url. and root / URL do not have any important content. so we need redirect URL / to URL /wordpress/ hear is the Nginx code to redirect so at…
For a https site, certification is mandatory, So how to get those certification. In this example, we will use acme.sh to apply certification, So first install acme.sh curl https://get.acme.sh | sh -s email=example@yourmail.com request certification…
Installed WordPress 6.5.3 on Centos 8 This is to recording the process of my installation, also want to be as simple as possible. Login as root Install MariaDB which is database MySQL's community's version ,…