Front page not loading after updating PHP version (ec2)

Finally solved it! The front page was loading index.html instead of index.php.
I added “DirectoryIndex index.php index.html” to the .htaccess and that fixed it.
Also fixed the custom css.