14 lines
507 B
Text
14 lines
507 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.3 2002/08/26 00:12:51 grant Exp $
|
|
|
|
In order to use this module in your Apache installation, you need to
|
|
add the following to your httpd.conf file:
|
|
|
|
LoadModule php4_module lib/httpd/mod_php4.so
|
|
AddType application/x-httpd-php .php
|
|
|
|
You may also add following if you still use .php3 files:
|
|
|
|
AddType application/x-httpd-php .php3
|
|
|
|
===========================================================================
|