Posted on Sunday, March 18th (1784 days ago)
Moving away from ASP development and into PHP requires re-learning many things. Today’s lesson involves getting static pages to run through the PHP processor.
In your .htaccess file (if you have one in place) add the following:
AddType application/x-httpd-php .html .php .htm
