Make Public Rapidleech In QuickBox

  1. install rapidleech via dashboard
  2. open /etc/apache2/sites-enabled/
  3. edit config for rapidleech
    username.rapidleech.conf

Alias /rapidleech “/home/username/rapidleech/”
<Directory “/home/username/rapidleech/”>
Options Indexes FollowSymLinks MultiViews
AuthType Digest
AuthName "rutorrent"
AuthUserFile '/etc/htpasswd’
Require valid-user
AllowOverride None
Order allow,deny
allow from all

  1. Edit like this

Alias /rapidleech “/home/username/rapidleech/”
<Directory “/home/username/rapidleech/”>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Require all granted

  1. Reload apache

service apache2 reload

Done.
(please help me to edit this thread, make this good look. thanks)