I'm using Apache 2 and currently static HTML pages.
I want my Euro-zone visitors to see a page that has the price in euros. My UK visitors should see a page that the price in GBP. Everyone I want to see the price in dollars.
I realise this might be a question more suited for http://superuser.com/ - but I don't know whether the solution is Apache 2 configuration or whether I need to use code.
Edit: I'm willing to try any client-side or server-side application. I don't need to convert the currencies - it is a fixed euro price, and fixed GBP price, and a fixed dollar price.