You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wiki-changes@httpd.apache.org by Apache Wiki <wi...@apache.org> on 2009/12/15 16:32:34 UTC

[Httpd Wiki] Update of "PHPDownload" by thumbs

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.

The "PHPDownload" page has been changed by thumbs.
The comment on this change is: Changed AddHandler to SetHandler, based on the new php docs..
http://wiki.apache.org/httpd/PHPDownload?action=diff&rev1=7&rev2=8

--------------------------------------------------

  LoadModule php5_module modules/libphp5.so
  # (other modules)
  
+ <FilesMatch \.php$>
- AddHandler application/x-httpd-php php
+   SetHandler application/x-httpd-php
+ </FilesMatch>
+ 
  }}}
  
  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...