<?php
header('HTTP/1.0 301 Moved Permanently');
header('Location: OrganisationAssurancePolicy.html');
exit;