You Grow, We Grow

Tel: 0800 542 9764
You Grow, We GrowTel: 0800 542 9764

.uk Short Domains (and Reserved)

May 26th, 2011 by admin

As many of you will already be aware (we’ve already applied for some of you) Nominet (the organisation that runs the .uk domain name space) is releasing a large list of previously reserved domain names – most of these are either single or double character domains. At the moment we’re in the open landrush phase – so anyone can apply for any of the remaining 2640 domain names.

How much does it cost?

Nominet charge a fee of £10 + VAT per domain name for applying for a domain name – if you’re the only one that applies then you’ll be allocated the domain name, if more than one registration is received by June 15th then it will go to auction. If you’re successful at either stage then KDA will charge our usual fee of £14.95 + VAT per domain name to register it for 2 years.

How do I apply?

If you’d like to apply then you’ll need to open up a support ticket with us, as we’re currently doing all the reserved domain applications manually – so we can make sure everything runs smoothly. Once we’ve submitted the request, we’ll send you a code, which you’ll need to enter at the URL we provide – this will allow you to pay the £10 + VAT fee to Nominet.

Post to Twitter Post to Facebook Post to Ping.fm Post to Reddit Post to StumbleUpon

Upgrades and Additions

May 4th, 2011 by Karl

We’ve had a few people ask us exactly what we were doing in our recent scheduled downtime sessions during April, so here we are:

New Datacentre Facilities

The main bulk of the time has been spent moving the majority of our servers from our current point-of-presence (PoP) at Interxion in central London to our new PoP at London Hosting Centre in the Docklands area. There are a number of reasons for this move, which we weighed up very carefully with the inconvenience that would be caused to you:

  • Inability to get extra power to our racks – we were running them half empty as we could not get extra power without moving our equipment to a different part of the building.
  • A change in focus for Interxion – they are moving towards fewer, much larger corporate customers.
  • Above market rate pricing – year on year we have absorbed price increases, unfortunately the latest price increase we would have had to have passed on and would have resulted in prices rises of between 15-25% for you, this is not something we would have been happy doing and something a number of you told us you wouldn’t want to pay.

When we weighed up these 3 main factors we took the decision to find alternative facilities to run our services from, we are confident we have made the correct choice of facilities. We have always set out to work with partners for the long term, working as we did with Interxion for over 7 years.

The eagle eyed among you will have noticed a plural in the above statements, that we have chosen facilities to work with, not just a facility. Our network and services are now present in 3 geographically diverse datacentres, along with London Hosting Centre we have setup PoPs in:

Manchester

We are now present in Manchester, with our first services planned to go live during May (more of which below). We take network connectivity in Manchester from two providers, as well as having a gigabit link between Manchester and London.

Woking

We also have a presence in the Sentrum IV facility in Woking. This is a highly secure, Tier III+ facility providing excellent options for customers who need to be outside of London, but not so far outside that it causes them major travel problems.

Network Upgrades

A major part of our work has been to upgrade our network so that it is now Juniper powered in the core and distribution layers. For LHC this means using the latest Juniper MX80 3D line of routers and EX4200 switches. For Manchester this means Juniper J-Series routers and EX4200 switches. Woking is currently connected via diverse Layer-2 services back to LHC for routing – as any network connectivity in to the building is predominantly back-hauled to London first anyway, so it would currently serve no purpose carrying out routing from there.

As time passes, the needs of the facilities change and traffic levels increase we will be reviewing the equipment used at each facility, with the plan being to bring them all in-line with each other utilising the Juniper MX 3D series of routers.

Gigabit for all

During the move to LHC we took the opportunity to replace the last of our 10/100 switches and replaced them all with new 48 port Gigabit capable switches – all existing customers will now find they are connected to our network with a Gigabit port if their equipment supports it – a free upgrade that many providers charge monthly for!

IPv6 Support

A major driver in replacing all of our routers has been IPv6, it is something that has been long overdue in its implementation on our network and will be formally rolled out in June. Unfortunately many software vendors still aren’t supporting IPv6, so this does mean that for some services we still won’t be able to support IPv6 – unfortunately one of those vendors is cPanel, so for the time being our shared business hosting still won’t support IPv6. This is something we are putting pressure (along with many other companies) on cPanel to implement as soon as possible.

Increased connectivity

We’ve increased our public Internet facing network connectivity by 100% in anticipation of take-up on our new services and also to match ever increasing broadband speeds.

The Future…

We’ve got a couple of new products on the way in May, as well as making some changes to the way we do certain things – but you’ll have to come back later to find out about those :)

Post to Twitter Post to Facebook Post to Ping.fm Post to Reddit Post to StumbleUpon

Microsoft Office XML MIME Types

May 3rd, 2011 by Karl

We’ve had a couple of customers ask about this recently, where documents created in newer versions of MS Office don’t download to the browser correctly. Instead of downloading as an MS Office document they download as a ZIP file.

The reason behind this is because they are new file types and are basically XML files inside a ZIP archive and servers setup before these new files came on the scene don’t know what the correct type of file is, so they check the file and it looks like a ZIP archive, so that’s what they tell your browser.

All of our cPanel based business class hosting fully supports the new MS Office MIME Types – so your files will download as MS Office documents and not as ZIP archive files.

If you’d like to modify your own server so that it supports the new MS Office file extensions and file types then you need to place the following entries in to you /etc/mime.types file (for plain CentOS/RedHat) or /usr/local/apache/conf/mime.types if you’re running cPanel.

application/vnd.ms-word.document.macroEnabled.12 .docm
application/vnd.openxmlformats-officedocument.wordprocessingml.document .docx
application/vnd.ms-word.template.macroEnabled.12 .dotm
application/vnd.openxmlformats-officedocument.wordprocessingml.template .dotx
application/vnd.ms-powerpoint.slideshow.macroEnabled.12 .ppsm
application/vnd.openxmlformats-officedocument.presentationml.slideshow .ppsx
application/vnd.ms-powerpoint.presentation.macroEnabled.12 .pptm
application/vnd.openxmlformats-officedocument.presentationml.presentation .pptx
application/vnd.ms-excel.sheet.binary.macroEnabled.12 .xlsb
application/vnd.ms-excel.sheet.macroEnabled.12 .xlsm
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet .xlsx
application/vnd.ms-xpsdocument .xps
application/vnd.ms-powerpoint.template.macroEnabled.12 .potm
application/vnd.openxmlformats-officedocument.presentationml.template .potx
application/vnd.ms-powerpoint.addin.macroEnabled.12 .ppam
application/vnd.ms-powerpoint.presentation.macroEnabled.12 .pptm
application/vnd.ms-excel.addin.macroEnabled.12 .xlam
application/vnd.ms-excel.sheet.binary.macroEnabled.12 .xlsb
application/vnd.ms-excel.template.macroEnabled.12 .xltm
application/vnd.openxmlformats-officedocument.spreadsheetml .xltx

One done, restart Apache and you should be good to go.

Post to Twitter Post to Facebook Post to Ping.fm Post to Reddit Post to StumbleUpon

Entries (RSS) and Comments (RSS).