So I’m reading the mysql/php sitepoint book and in chapter 3 I’m at the point where you make the welcome1.html and welcome1.php and upload them to the server.
When I do that I can get the .html file to open in my browser but when I click on the link (to the .php file) it tries to download the .php file instead of giving me the new page.
I noticed that the url bar has file:///application/mamp/welcome1.html instead of what it’s suppose to be, which is http://localhost/welcome1.html.