Hello,

Description
********
Drupal is installed at the following address :

http://server1.domain.com/dir/

Reverse Proxy configuration
********************

http://domain.com/dir/ => http://server2.domain.com/dir/
http://domain.com/www2/dir/ => http://server1.domain.com/dir/

When trying to install (GET http://domain.com/www2/dir/ ), Drupal redirects to http://domain.com/dir/install.php instead of
http://domain.com/www2/dir/install.php

I tried to use directly http://domain.com/www2/dir/install.php
but the problem remains for the next step.

I configured manually $base_url, but still does not work

This problem was not existing on the previous Drupal release when configuring $base_url.
I suppose that $base_url is not used properly

Thanks

Bertrand

Comments

catch’s picture

Version: 6.0-beta1 » 6.x-dev
Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

Bertrand, did you change the rewrite base in .htaccess?

catch’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

marking as duplicate of: http://drupal.org/node/183537