From df018a6575e0dff2ae925e7530db1bdaf694c134 Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 26 Mar 2019 20:44:38 -0700 Subject: [PATCH] Fixes HTTP 500 errors / images not loading --- Alternate-WebUI-usage.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Alternate-WebUI-usage.md b/Alternate-WebUI-usage.md index 43ce1ca..743920d 100644 --- a/Alternate-WebUI-usage.md +++ b/Alternate-WebUI-usage.md @@ -12,7 +12,13 @@ In order to increase security, a `public` (login process handling) and `private` * WebUI\RootFolder=`` ### First steps to an alternate WebUI: -Copy the files on https://github.com/qbittorrent/qBittorrent/tree/master/src/webui/www to a ``, enable AltWebUI on the options and point the entry `WebUI\RootFolder` to ``, then launch qBittorrent. +Copy the files: +https://github.com/qbittorrent/qBittorrent/tree/master/src/webui/www to a `` +https://github.com/qbittorrent/qBittorrent/tree/master/src/icons/skins to `/public/images` +https://github.com/qbittorrent/qBittorrent/tree/master/src/icons/skins to `/private/images` +https://github.com/qbittorrent/qBittorrent/tree/master/src/icons/qbt-theme to `/private/images` + +Enable AltWebUI on the options and point the entry `WebUI\RootFolder` to ``, then launch qBittorrent. Access the WebUI as always, modify the files at `` according to your needs and refresh the browser to see the changes reflected. ### References: