Help!
I've installed mod_php 3.07 (which, according to the installation doc
should be able to run REAL .php3 files as well as embedded PHP code),
but when i try to execute a "index.php3" like this:
<?php
//Header( "Last-Modified: ".gmdate( "D, d M Y H:i:s",getlastmod()). "
GMT");
$titel = "Send SMS-note";
$keywords = "php, php3, serverside, mod";
include( "$DOCUMENT_ROOT/php3/header.php3");
?><br>
<br>
etc.
etc.
i get the code, not a web-page. Apparently, Apache does not recognize
the .php3 extension as being a PHP3 file.
I'm running apache 1.3.9 on Linux RH 6.1
Thanks in advance
--
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null