Skip to content

HTTP Redirect

Austen Stone edited this page Jan 3, 2020 · 1 revision

Angular specifies that all routed apps must fallback to index.html.

To achieve this in deviceWISE you must modify the file deviceWISE\Runtime\dwcore\dwcore.properties Add this line to the bottom of the properties file.

httpsvr.404.redirect=/index.html

Clone this wiki locally