Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by noodl: http://wiki.apache.org/httpd/PHPDownload The comment on the change is: Fix link ------------------------------------------------------------------------------ If the downloaded file has been parsed by the PHP engine, then go back to step one and flush your browser's cache. If that still doesn't work.. == Check the Content-Type header == - Using any of the methods documented in [:Recipes/WatchingHttpHeaders], check the value of the Content-Type: http header. + Using any of the methods documented in WatchingHttpHeaders, check the value of the Content-Type: http header. If it's {{{application/x-httpd-php}}}, you'll need to remove all erroneous references to that value as a mime type in your config. To do this, search your config file(s) for {{{AddType application/x-httpd-php}}} and also remove all references to this 'type' from the {{{mime.types}}} file. This is especially problematic for Debian/Ubuntu users whose configs contain multiple instances of this error.
