
10-22-2012, 03:18 AM
|
|
New Member
|
|
Join Date: Oct 2012
Posts: 9
|
|
Quote:
Originally Posted by NiteWave
my local tests shows
PHP Code:
<?php
header("X-LiteSpeed-Location: /HOT_GAME.jar");
?>
works. will prompt you to down t.php
it's same behavior when you access domain.com/HOT_GAME.jar directory.
my tests also shows
header("Content-type: application/java-archive");
will be ignored. however, since the built-in MIME is "application/java-archive", so it does have a MIME type.
you can simply test it with
"curl -I domain.com/t.php" on a linux terminal.
|
Okay, i've got it 
Thank you so much!
|