I have just installed MAMP and created two pages: test.html and info.php. default.html is simply "<p>hello world</p>", and index.php is simply "phpinfo();". When I go to http://localhost:8888/ I see the two files in the folder. If I click on either of the two files I get a blank page. MAMP indicates that the Apache server is running.
Any ideas as to why I'm getting blank pages?
Any ideas as to why I'm getting blank pages?