Our Second European Datacenter is Now Live in London
Service Updates
•
Our Second European Datacenter is Now Live in London
Our first data center location in Amsterdam has been serving our European clients quite well over the last few years. However, our strategy to constantly enhance our service urged us to look for more datacenter locations throughout the continent. Each new location we add allows us to deliver better performance and localized service to a certain group of our clients.
We are happy to announce that as of this week all our shared and cloud hosting plans are also available from our new datacenter in London. London has come up as the second best datacenter location given its infrastructure and connectivity and we hope that clients who get a significant part of their traffic from the UK will experience an improvement of the overall performance of their websites.
Note: Currently, we do not offer dedicated servers in London, but they will be available at a later stage.
Thanks!
Please check your email to confirm your subscription.


Sign Up For More Awesome Content!
Sign up for our newsletters with the latest content and offer updates. You can unsubscribe at any time.
Google reCAPTCHA used. Privacy Policy and Terms of Service apply
var blog_subscribing_started = false;
var blog_subscribing_rendered = false;
var formSubmitBtn = $(‘form.subscribe-form’).find(‘.btn-submit’);
$(document).ready(function(ev) {
formSubmitBtn.on(‘click’, function(ev) {
ev.preventDefault();
let form = $(this).closest(‘.subscribe-form’);
if (blog_subscribing_started || $(this).hasClass(‘btn-disabled’)) {
return;
}
blog_subscribing_started = true;
blog_subscription_hide_errors(form);
grecaptcha.ready(function() {
grecaptcha.execute(r3k, {action: ‘submit’}).then(function(token) {
document.querySelectorAll(‘#rt3’).forEach(function(e) { e.value = token; })
blog_subscription_send_form(form);
});
});
});
})
function renderRecaptcha2(form) {
if (!$(‘#recaptcha2_challenge’).length) {
let verifyCallback = function(response) {
document.querySelectorAll(‘#rt2’).forEach(function(e) { e.value = token; })
};
$(‘