Posted by asgadiyar on 04/10/06 23:08
Thanks... it works...in "c:\program files\xampp\HT docs" directory
william.clarke@gmail.com wrote:
> 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]
|