Hi,
I have two benches on the same server, each with its own set of sites. However, when I access the site on the second bench through the web browser, it pointing(redirects) to the site of the first bench.
Bur, I want each bench site to be accessible separately. What can I do to resolve this?
I also use 2 bench setups for my dev server. One for v14 and one for v15. Each have different ports. But since I am manually starting them by “bench start” only one of them is active at any time.
Do you want to serve your sites on different ports? Why do you want to use 2 different benches?
I set up two benches: one for development and another for production. However, when I create a new site on the second (production) bench, it automatically displays the webpage from the first (development) bench, and the data from the first bench is replicated on the second. This issue prevents me from effectively using multiple benches for separate development and production environments.