Adding this code:
AddType application/x-httpd-php .php after
# AddEncoding x-compress .Z
# AddEncoding x-gzip .gz .tgz
#
# If the AddEncoding directives above are commented-out, then you
# probably should define those extensions to indicate media types:
#
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
to
C:\Apache24\bin\httpd.conf
downloads all PHP pages on my system rather than render it.
Before then, the PHP pages were parsed as raw text.
Help needed!
LoadModuleline tohttpd.confyet, so that PHP is actually loaded into apache