--- "Tom Ray [List]" <[EMAIL PROTECTED]> wrote:
> As far as AddType goes for PHP this is what I have:

[snip]

>     <IfModule mod_php4.c>
>         AddType application/x-httpd-php .php
>         AddType application/x-httpd-php-source .phps
>     </IfModule>

My bet is that you didn't build Apache with PHP support, so it skips the
AddType directives due to failing the IfModule.

Which installation instructions did you follow? The manual at php.net has
some good examples that should work for you.

Hope that helps.

Chris

=====
Chris Shiflett - http://shiflett.org/

PHP Security Handbook
     Coming mid-2004
HTTP Developer's Handbook
     http://httphandbook.org/

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

Reply via email to