Display locally saved html file on WP400

Hi All,

I created an HTML file that I want to display on the webpanel when it starts up. The WP400 is not connected to a controller initially so I wanted to load the HTML file (Redirect.html) on the WP400 locally and point the URL to that file. I don’t know if it matters where I place the file (Currently the file path is: /home/Redirect.HTML) but in WBM I pointed to the file like this: http://localhost/home/Redirect.html, I get a 404 not found error. Any ideas if this is possible / what I might be doing wrong?

Answering my own question: I just found something online that said to store the HTML file in /var/www/wbm. Then in WBM to add a browser favorite, use the link: https://localhost/wbm/Redirect.html. Works like a charm!

3 Likes