Forum Moderators: phranque
I want the customer to be able to enter
www.customer.com and bring the site up and see their URL not the real one. I have tried (and it seems to work) using something like
ProxyPass / http//customer.ourcompany.com/cgi-bin/WebObjects/ourcompany.woa
ProxyPassReverse / http//customer.ourcompany.com/cgi-bin/WebObjects/ourcompany.woa
Once in the site the customer may get to URL like
Initially I would like to strip out the
cgi-bin/WebObjects/ourcompany.woa
part
I have tried rewrites like
RewriteRule ^/cgi-bin/WebObjects/workbench.woa(.*)$ [customer.com$1...]
Which again seems to work but when clicking on other area I get bad results.
Is there a good way to do what I want. I really find these rewrite like voodoo.
Thanks.
Pat
So could you give me a example of what you suggest before I try?
Thanks.
Pat