I'm having trouble installing php4.1.2 on Linux 7.1 (RedHat). I'm following the instructions to the "T" but when I try running a test.php page, it just spits the output to the screen:
<?phpinfo();?>
It doesn't actually process the php code. What's up?
I'm doing this:
./configure --with-mysql
make
make install
cp php.ini-dist /usr/local/lib/php.ini
finally, I made sure this line was in httpd.conf:
AddType application/x-httpd-php .php
And restarted web server:
'service httpd restart'
But still, nothing......
It still doesn't process pages.
HELP!!!!
<?phpinfo();?>
It doesn't actually process the php code. What's up?
I'm doing this:
./configure --with-mysql
make
make install
cp php.ini-dist /usr/local/lib/php.ini
finally, I made sure this line was in httpd.conf:
AddType application/x-httpd-php .php
And restarted web server:
'service httpd restart'
But still, nothing......
It still doesn't process pages.
HELP!!!!