@Idrive
Followed the instructions and prerequisites still get 404 error using apache
I uninstalled and re-installed iDrive
I think it has something to do with case handling in Apache.
If I create a link
<br />
cd /volume1/web<br />
sudo ln -s IDrive idrive<br />
The website will show the login information if I use a lowercase URL
http://diskstation.lan/idrive/
However, I will get a "hostname not resolved" when entering username/password
Using ngnix instead of Apache web server works fine