PHP Downloading in Localhost Instead of Rendering April 9th, 2013

PHP will download in your localhost, instead of rendering, if your .htaccess file in the htdocs root doesn’t have this line commented out…

# Use PHP5 Single php.ini as default
# AddHandler application/x-httpd-php5s .php
# (WNT) Removed above line which actually caused PHP to download instead of render.