I have Ubuntu 20 VPS, but website test.php is 404
by Oldy from LinuxQuestions.org on (#55T1K)
I have the "404 Not Found" on VPS.
correct:
Code:sudo systemctl status nginxActive: (running)
correct:
Code:sudo systemctl status mariadbActive: (running)
/var/www/html/test.com/info.php <- <?php phpinfo();
But I still have the problem on Ubuntu VPS
https://test.com/info.php (http, https and www, no-www)
404 Not Found
nginx/1.18.0 (Ubuntu)
If you perhaps see more of .log/.cnf/.etc then I can help you. Can you help me with this?


correct:
Code:sudo systemctl status nginxActive: (running)
correct:
Code:sudo systemctl status mariadbActive: (running)
/var/www/html/test.com/info.php <- <?php phpinfo();
But I still have the problem on Ubuntu VPS
https://test.com/info.php (http, https and www, no-www)
404 Not Found
nginx/1.18.0 (Ubuntu)
If you perhaps see more of .log/.cnf/.etc then I can help you. Can you help me with this?