Tuesday, 5 July 2022

Redirect Website

index.php 

<?php
//header("location:xxx/");
header("Location: https://xxx.xxx.com/xxx/");
?>