<?php

$url=trim($_SERVER['REQUEST_URI'],'/');

if($url==''){ header('location:https://www.webivox.lk/'); }
if($url=='our-work'){ header('location:https://www.webivox.lk/our-work'); }
if($url=='web-design-sri-lanka'){ header('location:https://www.webivox.lk/web-design/'); }
if($url=='catalog-web-design-sri-lanka'){ header('location:https://www.webivox.lk/catalog-web-design/'); }
if($url=='cms-web-design-sri-lanka'){ header('location:https://www.webivox.lk/cms-web-design/'); }
if($url=='web-hosting-sri-lanka'){ header('location:https://www.webivox.lk/web-hosting/'); }
if($url=='domain-registration-sri-lanka'){ header('location:https://www.webivox.lk/domain-registration/'); }
if($url=='domain-transfer-sri-lanka'){ header('location:https://www.webivox.lk/domain-transfer-sri-lanka/'); }
if($url=='lk-domain-registration'){ header('location:https://www.webivox.lk/lk-domain-registration/'); }

?>
