Moving YunWebUI/LUCI Controller to WWW subdirectory ..

Does anybody have any experience moving the YunWebUI/LUCI controller to a /www subdirectory?

My naive attempt didn't work, because the YunWebUI/LUCI controller seems to be hardcoded to the http root directory ...

Is there any easy way to do this? I'm trying to simplify access to pages i'm hosting on the yun, while keeping & obfuscating the YunWebUI/LUCI controller for just in case.

bgerd:
Does anybody have any experience moving the YunWebUI/LUCI controller to a /www subdirectory?

::::SNIP::::

@bgerd,

There are two files you can fiddle with /etc/config/uhttpd and /etc/httpd.conf (i think).
You should also Google openwrt.org for httpd

Jesse

Thanks @jessemonroy650

I actually don't want to mess around with uttpd's root directory config.

To clarify, i'm trying to replace the contents of /www
so that something else appears at http://arduino.local/

What I would like to do is move everything that was in /www to /www/subdirectory,
so that I can access those files at http://arduino.local/subdirectory/

That would put the YunWebUI/LUCI at
http://arduino.local/**subdirectory**/cgi-bin/luci/webpanel/homepage

....

This just be too much work for something elegant. My present work-around is to

  • rename /www/index.html to /www/webpanel.html, and

  • keep /www/cgi-bin and /www/luci-static

bgerd:
Thanks @jessemonroy650

I actually don't want to mess around with uttpd's root directory config.

To clarify, i'm trying to replace the contents of /www
so that something else appears at http://arduino.local/

::::SNIP::::

I got what you are trying to do.
Read the docs Luke. Let go Luke. Luke trust me.

Jesse