Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Problem installing PHP

Options
  • 22-02-2005 7:44pm
    #1
    Closed Accounts Posts: 680 ✭✭✭


    I'm trying to get a sql/php application going, but i'm having a bit of trouble getting php to work, and i have a feeling my problem is pretty common. I install the apache server fine, and then install php. However, when i try to test if php is working, but running a simple phpinfo() file, it just shows up the text(<?PHP phpinfo(); ?>) of the file, instead of actually running it.

    Does anybody know what the story is? I'm running XP pro(no service packs), apache 1.3 and php 4.3.


Comments

  • Registered Users Posts: 9,196 ✭✭✭RobertFoster


    Have you added index.php to the DirectoryIndex in *Apache/conf/httpd.conf?


  • Registered Users Posts: 68,317 ✭✭✭✭seamus


    Sounds like the php4apache.dll module hasn't been loaded.

    Did you follow the installatoin instructions for PHP fully?


  • Closed Accounts Posts: 680 ✭✭✭Amaru


    Nevermind, problems sorted now. See in programming if you want to know what the story was. Thanks anyway.


Advertisement