Posted by solitary.wanderer52 on 11/05/06 03:52
I just finished installing PHP5 on Linux (Debian/Ubuntu/Mepis)/Apache2
using Synaptic. I have tried creating simple html pages, placing them
in /var/www and pointing the browser at http://127.0.0.1/(those pages)
and they are displayed correctly.
I have created a basic PHP page (abc.php) and it looks like:
<?
phpinfo();
?>
This page also exists in the /var/www directory and when I point the
browser to http://127.0.0.1/abc.php, the page gets loaded into a text
editor.
How can I fix this?
TIA, Steve
[Back to original message]
|