blob: 69b976ad1a0fdd0f2169d7a247b65ae0d358a3e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
===========================================================================
$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
===========================================================================
|