did you set the root directory and the access permission?
in apache, edit the configuration file, then put:
Alias / "c:/root_directory/"
<Directory "C:/root_directory/">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
that's it