Environment: WindowsXP, Eclipse Galileo, Zend Community Edition
(I have configured Eclipse to use the PHP binary in Zend.)
I configured the Apache document root within Zend to point to my Eclipse project folder. So I can use URLs like this:
<form action="http://localhost/myscript.php">...
But this doesn't work work:
<form action="myscript.php">...
I get an error saying the file cannot be located at the given server location.
I find this strange because it should refer to the same location as the one with full URL.
Does anyone know what is wrong?
Kindly post comments if I should update with more info about my setup.