We have the same problem, it seems to be a rights problem, but i cannot put my finger on it, Any more suggestions?
We are using Windows Server 2008, Wampserver 2.0
After filling in the installation form, explorer tries to open this URL:
http://localhost/wb/install/save.phpIE states he cannot display the webpage.
In httpd.conf we have configured the following:
<Directory "c:/wamp/www/wb">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatc
h ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
#
http://httpd.apache.org/docs/2.2/mod/core.html#options # for more information.
#
Options Indexes FollowSymLinks
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride all
#
# Controls who can get stuff from this server.
#
# onlineoffline tag - don't remove
Order Deny,Allow
Deny from all
Allow from all
</Directory>