blob: b7628d20ca3aca7426c59c73a16b641275c1b3e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
===========================================================================
$NetBSD: MESSAGE,v 1.2 2002/02/28 06:14:45 jlam Exp $
To add this to your Apache server, you will need to add the following
lines to the appropriate place in your httpd.conf file:
LoadModule php4_module lib/httpd/mod_php4.so
AddModule mod_php4.c
AddType application/x-httpd-php .php
You may also add following if you still use .php3 files:
AddType application/x-httpd-php .php3
===========================================================================
|