phpBB2

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jaz

    phpBB2


    I am trying to run phpBB2.
    I have done what been said in the manual
    uninstall apache. Then, If MySQL is not already installed, install it now.
    Get the SOURCE TGZ files for apache and php. (NOT RPM's)!.
    uninstall and install from scratch
    mysql works apache works , still having problem viewing php pages
    my internet explorer it shows the php view sources.
    I have added this to my httpd.conf
    ....

    LoadModule php4_module libexec/libphp4.so

    AddModule mod_php4.c

    AddType application/x-httpd-php .php

    <IfModule mod_dir.c>
    DirectoryIndex index.html index.php index.htm
    </IfModule>
    ....

    any help...
    I am running Redhat 9.0



Working...