/var/www/hkosl.com/PayEase_kelvin/index.php
1 2 3 4
<?php
header
(
"Location: ../index.php"
);
exit;
?>