Hi!
I want my visualation to be de default page to shwo when i browse to my rPi.
http://192.168.0.90 should show the webvisu-page.
Now i have to use http://192.168.0.90:8080/webvisu.html
please advice me
/U
If you run apache, you could replace it's index.html file with the following, that would do the trick
<meta content="0; url=http://192.168.0.90:8080/webvisu.html" http-equiv="refresh">
Log in to post a comment.
Hi!
I want my visualation to be de default page to shwo when i browse to my rPi.
http://192.168.0.90 should show the webvisu-page.
Now i have to use http://192.168.0.90:8080/webvisu.html
please advice me
/U
If you run apache, you could replace it's index.html file with the following, that would do the trick
<meta content="text/html; charset=utf-8" http-equiv="content-type"> <title>Title Goes Here</title><meta content="0; url=http://192.168.0.90:8080/webvisu.html" http-equiv="refresh">