Are you SURE, that you have localhost mapped to
C:\ ??? otherwise...
yeeshkul wrote: |
Root URL: http://localhost/Program%20Files/nusphere/phped/Projects/EO/ |
...seems like a misconfiguration to me.
The
Root URL: should reflect a directory under your webserver's root, typically "http://localhost" points to "C:\Apache2\htdocs" for Apache assuming "C:\Apache2\" is Apache's installation directory.
Then if you want to run your project on localhost, you need to have the project under this webserver's root directory, i.e.
Remote root directory: is "C:\Apache2\htdocs\myproject" (assuming conditions above) and then you can have
Root URL: set as "http://localhost/myproject".
P.S. It is also possible to create own hosts like "http://myproject.local", but it needs editing of Apache's advanced configuration and 'hosts' file (if you do not know what is it, stick with "localhost").