# Tell Apache to parse certain extensions as PHP. For example,
# let's have Apache parse the .php extension as PHP. You could
# have any extension(s) parse as PHP by simply adding more, with
# each separated by a space. We'll add .phtml to demonstrate.
AddType application/x-httpd-php .php .phtml
# It's also common to setup the .phps extension to show highlighted PHP
# source, this can be done with: