hi
X-LiteSpeed-Location can be url othere servers?!
ex :
if site 1 = http://ex1.com
and files in the site 1
and site 2 = http://ex2.com
php page = http://ex2.com/file.php
this code work ?!
X-LiteSpeed-Location can be url othere servers?!
ex :
if site 1 = http://ex1.com
and files in the site 1
and site 2 = http://ex2.com
php page = http://ex2.com/file.php
PHP:
<?php
header("X-LiteSpeed-Location: http://ex1.com/file.zip");
?>