Search results

  1. N

    Parsing php code in html on win server

    And so does renaming the .html extension to .php
  2. N

    Parsing php code in html on win server

    Or, I could just set this up on a Linux / Apache account...
  3. N

    Parsing php code in html on win server

    I've got php code embedded in an html file runnning on a windows server. Naturally, it doesn't run. There is no error reported. In Apache, this happens because .htaccess doesn't have this line: AddType application/x-httpd-php .php .html .htm What is the equivalent for IIS?
Back
Top