I'm trying to set up my webserver (apache 2.0.48) to look for the localhost in a directory which ISN'T the htdocs folder. However, I don't seem to be able to get it right, so I can never see any of the files (Browser says 'that location is not available offline' - running Windows XP).

Any ideas what changes I have to make to the Apache Configuration file to enable the new location (e.g. C://My Documents/website) to be recognised.

Thanks,

    Should be two palces in httpd.conf that look for the folder to go to. One being Document Root, the other just below there to mimic document root. Change those to the directory you want to store your files in.

      Many thanks, think I have it working now....

        Write a Reply...