Has anyone any ideas on a problem I have?
I am running Apache HTTP server 2.0.47.
I have created a 'info.php' file - when I copy this file to 'C:\program files\apache group\apache2\htdocs', I can see the PHP Version 4.3.3 info page when I enter 'http://localhost:8080/info.php' into my browser.
However, I have then copied 'info.php' to 'C:\Document and Settings\John Leggett\My Documents\My WebSite' and have then entered 'http://localhost:8080/John Leggett/index.php' into my browser and the page cannot be found and I don't see the PHP Version 4.3.3 info page?
In the Apache 'httpd.conf' file, I have the 'UserDir' entry to read User Dir "C:\Document and Settings\John Leggett\My Documents\My WebSite".
I am running Windows XP Professional. 'John Leggett' is my user name.
If anyone could assist with this, I would be very grateful.