<?php
 $url = $_GET["veriLocation"];
 header('Location: ' .  $url .'/PaymentNotification?'.$_SERVER['QUERY_STRING']);
?>