I’ve never seen this one. Everything installed fine on my fresh OS server. Control panel works fine. Everything seems fine. Then I make an info.php file (<?php phpinfo() ?>), and it works fine. So I put my php app in the doc root (public_html) and it won’t load. I try info.php again, and it’s fine. Then I put a quick “testing” index.html file in public_html, and it won’t load unless I type out index.html.
So …
domain/index.html works
domain/info.php works
domain/ — nothing
domain/index.php — nothing
I was able to get it working. I removed my web domain and added it back. I had to manually remove the folder for some reason (/home/user/web/domain). I still have no idea why this problem showed up or why it was fixed. I will see if it happens again with my other web domains, if so I’ll continue this thread.
Q: I found one issue with the Drupal install that can be fixed real easy, where can I post the fix?