Forum Moderators: phranque

Message Too Old, No Replies

documentroot problem

document root problem

         

jason88

9:02 am on Apr 6, 2005 (gmt 0)



Hi,

I've set the my Apache's document root to DocumentRoot "d:/AppServ/www/etc", same as the DirectoryRoot. However, I need to acess some folders under the d:/AppServ/www folder. What do I need to set up in my httpd.conf? given that apache 1.1 running on the Windows NT4 sp6.
Any help will be appreciated.

Jason

anshul

10:33 am on Apr 6, 2005 (gmt 0)

10+ Year Member



DocumentRoot "d:/AppServ/www/"
<Directory "d:/AppServ/www/">
and ServerRoot "d:/Program Files/Apache Group/Apache2"
should work ;) ( last-line is path of Apache server )