KevinReichard
07-17-2002, 12:54 PM
These talkbacks are in response to the article, Getting Started with Apache 1.3 (http://www.serverwatch.com/stypes/servers/article.php/1130981).
jazlina writes:
I've successfully run the default welcome html pages in the browser using Apache. But after installing PHP and configure all necessary things as required (Like configure httpd.conf), I still can't run php pages/script in the browser. The error came out was HTTP 400 - BAD REQUEST. Page cannot be found. i put the php pages "hello.php", in the apache/htdocs.
My questions:
1. How do I successfully run PHP pages in the browser? i have followed evry step needed to configure PHP to work with PHP in Win2K...but the error came out.
2. Where can I get the right documentation notes for CONFIGURING PHP with Apache 1.3.22 on WIndows 2000 platform? All I found are those that operating on Linux platform.
3. Where can I get the definition of each HTTP Error?
p/s: I'm running Apache in my local machine http://localhost.
Frank Gaudet responds:
Hi there,
I seem to be having a similar problem as you are having.
What happens to me is when I create the test.php file and save it in the htdoc directory in the apachie dir and then open internet explorer and type 127.0.0.1/test/php I only see the txt file:
phpinfo();
?>
jazlina writes:
I've successfully run the default welcome html pages in the browser using Apache. But after installing PHP and configure all necessary things as required (Like configure httpd.conf), I still can't run php pages/script in the browser. The error came out was HTTP 400 - BAD REQUEST. Page cannot be found. i put the php pages "hello.php", in the apache/htdocs.
My questions:
1. How do I successfully run PHP pages in the browser? i have followed evry step needed to configure PHP to work with PHP in Win2K...but the error came out.
2. Where can I get the right documentation notes for CONFIGURING PHP with Apache 1.3.22 on WIndows 2000 platform? All I found are those that operating on Linux platform.
3. Where can I get the definition of each HTTP Error?
p/s: I'm running Apache in my local machine http://localhost.
Frank Gaudet responds:
Hi there,
I seem to be having a similar problem as you are having.
What happens to me is when I create the test.php file and save it in the htdoc directory in the apachie dir and then open internet explorer and type 127.0.0.1/test/php I only see the txt file:
phpinfo();
?>