I have set up my shiny new TS-XL2CC as a web server with wwwroot as the home directory and out a simple index.html file in that directory.
Whenever I try to navigate to it in my browser (IE8) I get immediately redirected e.g.:
Entering http://192.168.0.4/wwwroot immediately redirects me to http://192.168.0.4/static/index.html.
Am I using the wrong address or have I mis-understood the web server functionality?
Got it at last!
Port 81, I guess Port 80 is used by the web admin server.
This works:
Yes, port 80 is the default communication port for the GUI. There isn't a way to change it though. Good job on the fix :robotvery-happy: