Posted by william.clarke@gmail.com on 04/10/06 01:15
I think xampp installs in "c:\program files\xampp\" by default these
days, so your document root directory is likely to be in "c:\program
files\xampp\htdocs".
The location of your document root can be customised in your apache
config (httpd.conf) if this location doesn't suit. All you have to do
is find the line that looks like this...
#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory,
but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "C:/Apache2/htdocs"
William
[Back to original message]
|