ok somewhere in your httpd.conf file you have the location for site. like I said when you make it run as a console you do things differently.

DocumentRoot queals your site. so if you have "DocumentRoot "C:/Program Files/Apache Group/Apache/htdocs" that is the url for your site. it usually equals 127.0.0.1 or localhost.

you can change that to what ever you like, but you have to change this line
<Directory "C:/Program Files/Apache Group/Apache/htdocs"> to whatever you change the DocumentRoot too.

doea that make since?

lijke I said it is different than win98 installation