URL Copying File Share rutorrent

When sharing a file using file share plugin on quickbox beta … The url is not reachable.
Url copying lacks https or http at the beginning as well.

Tried using this fix

Problem turns in a 500 internal error.

T4K
Bitch Squad

1 Like

yeah its missing

/rutorrent/plugins/

Thanks for picking that up. I have pushed a fix for this.

In summary:

cp /srv/rutorrent/home/fileshare/.htaccess /srv/rutorrent/plugins/fileshare/
cd /srv/rutorrent/home/fileshare/
rm -rf share.php
ln -s ../../plugins/fileshare/share.php

Here is the commit for review: