Open GoogleCodeExporter opened 9 years ago
I've found I needed to edit the action.php file in
/var/www/rutorrent/plugins/stream/.
Change this:
<location>' . SCHEME . '://' . $auth . $_SERVER['HTTP_HOST'] .
dirname($_SERVER['DOCUMENT_URI']) . 'stream.php?f=' . urlencode($filename)
.'</location>
To this:
<location>' . SCHEME . '://' . $auth . $_SERVER['HTTP_HOST'] .
dirname($_SERVER['DOCUMENT_URI']) . '/rutorrent/plugins/stream/stream.php?f=' .
urlencode($filename) .'</location>
Original comment by brockst...@gmail.com
on 25 Sep 2012 at 5:15
Original issue reported on code.google.com by
Michaelx...@gmail.com
on 26 Jul 2012 at 3:59