Install Dolibarr on secondary server

Hello
i have an issue with my installation i try to make a
ProxyPass /dolibarr/ http://www.example.com/
ProxyPassReverse /dolibarr/ http://www.example.com/

but when i type in www.example.com/dolibarr/ i get my login page but after i login in it jump to this
The requested URL /dolibarr/index.php was not found on this server.

i think it is some thing with settings in conf.php

is there any one that have try the same?

Hi
Probably the path in conf.php is not good.
@+

i have change this is other linies i need to do som thing with
$dolibarr_main_url_root='http://www.example.com/dolibarr ';

it gives this error
[b]Not Found

The requested URL /dolibarr/index.php was not found on this server.[/b]

Hi
Shouldn’t you try to connect on http://www.FRONTSERVER.com/dolibarr

or edit your files like on your front server ( example.com) :
ProxyPass /dolibarr http://IPSECONDSERVER/dolibarr
ProxyPassReverse /dolibarr http://IPSECONDSERVER/dolibarr

br.

Note: your example is strange as fqdn like www.example.com are normaly used as front end because the should be define on an internet DNS.

Hi,
If your main url is

$dolibarr_main_url_root='http://www.example.com/dolibarr ';
then use http://www.example.com/dolibarr/htdocs and that should solve your problem as long as you haven’t messed with some other settings.
Regrads

i have it up and running but my picture is not shown any more as well as barcode
any suggestion
my conf.php is set to ipadress/dolibarr/ ???