Re: PHP doesn't run on Red Hat 9 system

From: Markku Kolkka (markku.kolkka_at_iki.fi)
Date: 11/24/03

  • Next message: Kadaitcha Man: "Re: Dual booting XP, Linux with Grub, on Dell"
    Date: Mon, 24 Nov 2003 14:19:48 +0200
    
    

    Scott Sherratt wrote:
    > AddType application/x-httpd-php .php .php3 .php4 .shtml .phtml
    > AddType application/x-httpd-php-source .phps

    According to RHL9 Reference Guide (http://tinyurl.com/wb1t) you should
    use the following instead:
    <Files *.php>
        SetOutputFilter PHP
        SetInputFilter PHP
    </Files>

    -- 
            Markku Kolkka
            markku.kolkka@iki.fi
    

  • Next message: Kadaitcha Man: "Re: Dual booting XP, Linux with Grub, on Dell"