> -----Original Message-----
> From: Jay Blanchard [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 12, 2003 3:32 PM
> To: Mike R; [EMAIL PROTECTED]
> Subject: RE: [PHP] php compile....
> 
> 
> [snip]
> In what way would I have to modify it?  I've compiled before without any
> issues... (not on this server, though, admittedly).
> [/snip]
> 
> 
> # DirectoryIndex: Name of the file or files to use as a pre-written HTML
> # directory index.  Separate multiple entries with spaces.
> #
> <IfModule mod_dir.c>
>     DirectoryIndex index.html index.php index.php3
> </IfModule>
> 
> Make sure that you have
> 
> AddType application/x-httpd-php .php
> 
> in the httpd.conf

Yeah, got that as:

AddType application/x-httpd-php .php
AddType application/x-httpd-php .html
AddType application/x-httpd-php .phtml

And the DirectoryIndex stuff is there, too.

:)

Thanks,

-Mike
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to