I just started my own name sever a few days ago that I host through SSH on an AWS server with Ubuntu OS. I use the latest version of Xampp.
I tried to set up error pages in the .htaccess file (error 404 page, error 501 etc.) When I was finished I saved the file and restarted Xampp, but my website didn't show up. I then removed the file to undo my changes and restarted Xampp, but it still didn't work.
The next day I looked at the logs and this is what I saw: logs:
[Thu Jul 08 20:17:37.491020 2021] [php:error] [pid 776207] [client 135.125.244.180:51319] script '/opt/lampp/htdocs/xmlrpc.php' not found or unable to stat
[Thu Jul 08 21:42:29.717808 2021] [php:error] [pid 776209] [client 45.146.164.110:33178] script '/opt/lampp/htdocs/index.php' not found or unable to stat
[Fri Jul 09 05:48:04.934634 2021] [php:error] [pid 776207] [client 45.146.164.110:58702] script '/opt/lampp/htdocs/index.php' not found or unable to stat
I have already done some research, but I can't find anything that makes sense.
Does anyone know what has happened?