<?php
// PHP permanent URL redirection
header("Location: /customer-centre/", true, 301);
exit();
?>