I passed the last 3 hours trying to:
- Install Apache 2.4
- Install PHP
- Start Apache 2.4
- Solve the 300 errors that I got after editing httpd.conf Now, I run a file with this code:
<h1>
<?php
echo "Hello World";
?>
</h1>
I go to http://localhost/test.php and it doesn't work. Screenshot I don't know what's the problem, I tried to fix it but with no success. Why did it make my code a comment? Thanks in advance.