View Single Post
  #2  
Old 01-25-2002, 05:38 PM
wizbones wizbones is offline
Golden Techie
 
Join Date: Sep 2001
Location: Stayton, OR
Posts: 699
Send a message via Yahoo to wizbones
Default Re: Apache Server Config..

When you install it you need to compile and build it for php.

Are you doing on a linux box or windows box?

In the httpd.conf file you need the following:

Code:
<IfModule mod_dir.c>
    DirectoryIndex index.shtml index.html index.php index.php3
</IfModule>

AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
These should all be in there already just may be commented out. If this doens't help give me some error messages or config that you currently have or heck just email me.

Laters.
__________________
Wizbones PC
http://www.wizbonespc.com
--------------------------------------------------------
The Maximum Effective Range of an Excuse is Zero point Zero Meters!
Reply With Quote