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...

Reply via email to