![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archive.php file extension in browsers
From: <alamsetti@gmail.com>
Date: Mon Oct 03 2005 - 23:03:54 CEST
I have recently installed php, apache on windows xp.
I have wrote a simple test file -- test.php
<?php
echo "hello world"
?>
When I plugin the http://localhost/test.php in IE it works fine and
when I type http://localhost/test instead of http://localhost/test.php
What am I doing wrong here.
Appreciate your help
|