You could also have requested arduino.cc/index.php which tells the browser that you want the specific page and the browser will 'send' that page.
In this context, 'send' means executing the PHP script, and sending the output that the script generates.
The example uses index.htm, instead of index.php, because the Arduino can't execute a PHP script, but it can serve up a static html page.