http://107.152.32.67/
As expected, it redirects to ./installation/index.php, but then I get a blank page with the word "Error" on it.
I think it's from a 404 error. But I used HowToForge to make sure I walked through the steps. I'm using a LAMP stack (so, Apache, and MariaDB, and PHP7.2.9). Prior to copying the latest version of Joomla!, I was able to get the phpinfo screen, and the default Apache screen.
When I try via wget http://localhost, I get:
Code: Select all
[***]# wget http://localhost
--2018-08-21 21:36:39-- http://localhost/
Resolving localhost (localhost)... ::1, 127.0.0.1
Connecting to localhost (localhost)|::1|:80... failed: Connection refused.
Connecting to localhost (localhost)|127.0.0.1|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: installation/index.php [following]
--2018-08-21 21:36:39-- http://localhost/installation/index.php
Reusing existing connection to localhost:80.
HTTP request sent, awaiting response... 500 Internal Server Error
2018-08-21 21:36:39 ERROR 500: Internal Server Error.
Thoughts?