Posted by Jerry Stuckle on 07/02/06 02:48
teddybear wrote:
> Hi Jerry,
> Just to give you update on my case...
> I have solved the problem of "Could Not Find The Page"...
> I have tested it with hello.htm. The server IIS is responding. Now the
> only thing is
> to configure why it does not parse hello.php... it could be the system
> recognize it as
> hello.php.txt (as it is a text document I created with Text Editor)
> Thanks again,
> --Ted
>
No, hello.php.txt will not work. It must have a .php extension.
Apache uses the extension to determine how to route processing. In your Apache
configuration you told it (or at least should have) to parse .php files with the
PHP library. So your files much have .php extensions, not .php.txt or anything
else.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|