Sorry, this CMS installation does not support the URL alllondonhotels.openroads.com, even though your web server redirected you here.
If you have administrative access, you can possibly sort this out by adding a site to your Site Registry. Do this by visiting Admin -> Site Registry.
Failing that, and if you have direct database access, please ensure that the tables 'tribiq_site_registry' and 'tribiq_public_urls' in the Tribiq CMS global database contain this URL.
If you have access to the Global Database you should be able to do this:
mysql> use openroads_528
mysql> INSERT INTO tribiq_site_registry(sitename, goto_admin_url) VALUES('mytribiqsite','alllondonhotels.openroads.com');
mysql> INSERT INTO tribiq_public_urls(sitename, public_url) VALUES('mytribiqsite', 'alllondonhotels.openroads.com');
Type the bits in bold and replace the parts in italics with your values.