Forum Moderators: coopster
The client wants to host the other language version on another server. However the only difference between the two sites will just be the content and the buttons. What's the best way to approach this given that the sites will be on different servers?
I also built an admin tool that they use to update content and their product information. This will be managed by the same person that manages the english version.
If you will have it on the same server, you can use ServerAlias in Apache and then choose between language based on $_SERVER[HTTP_HOST]. If it's on another server, it's probably going to be easiest to just copy, reinstall on the new server, and take the effort to keep them reasonably up to date.