Hi
I am using eclipse/phpeclipse and I am trying to open the page http://localhost/prueba/index.php, and I am getting an error message:
Not Found
The requested URL /prueba/index.php was not found on this server.
Apache/2.0.52 (Unix) PHP/5.0.5 DAV/2 Server at localhost Port 80
My Eclipse 3.1/PHPEclipse workspace is located at: /Users/jsn/Documents/workspace/php
So the page developped is at /Users/jsn/Documents/workspace/php/prueba/index.php
I usually open my php5 web pages at:http://localhost/~jsn/
What do I have to change in the Apache httpd.conf file, to be able to open the page developped with phpeclipse, using http://localhost/prueba/index.php, and pointing to /Users/jsn/Documents/workspace/php/prueba/index.php.
Thanks
jsn
I am using eclipse/phpeclipse and I am trying to open the page http://localhost/prueba/index.php, and I am getting an error message:
Not Found
The requested URL /prueba/index.php was not found on this server.
Apache/2.0.52 (Unix) PHP/5.0.5 DAV/2 Server at localhost Port 80
My Eclipse 3.1/PHPEclipse workspace is located at: /Users/jsn/Documents/workspace/php
So the page developped is at /Users/jsn/Documents/workspace/php/prueba/index.php
I usually open my php5 web pages at:http://localhost/~jsn/
What do I have to change in the Apache httpd.conf file, to be able to open the page developped with phpeclipse, using http://localhost/prueba/index.php, and pointing to /Users/jsn/Documents/workspace/php/prueba/index.php.
Thanks
jsn