Parsing php not working on FireFox

Discussion in 'Apache' started by potentmix, May 11, 2008.

  1. #1
    I have a reseller account at ResellerZoom, but I'm a real dummy when it comes to servers.

    None of my WP blogs were working in folders under the main domain. Someone told me to change:

    AddHandler server-parsed .htm
    AddHandler server-parsed .html
    Addhandler application/x-httpd-php .htm .html .php

    to

    AddHandler server-parsed .htm
    AddHandler server-parsed .html
    Addhandler application/x-httpd-php5 .htm .html .php

    I did that, and things began to work on IE7, but on FireFox I still get a message that I've chosen to open application/x-httpd-php4 and what should FF do with it? Browse for an application or save to disk. Huh?

    Anyhow, my friend doesn't know what to do, and neither do I. Any help would be appreciated.
     
    potentmix, May 11, 2008 IP
  2. potentmix

    potentmix Peon

    Messages:
    402
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Got the WP blogs to work in both browsers by adding this:

    AddHandler application/x-httpd-php5 .php .php4 .php3 .phtml
     
    potentmix, May 11, 2008 IP