paul- wrote: 
> It cannot be a dummy address, it will need to be a real address. You
> might be able to create a virtual interface on your system.  Then you
> will need a real webserver running on that interface to handle the
> redirect.
> 

I just noticed that there's an index.html file in the standard pCP
webinterface that contains this:

Code:
--------------------
    <script type="text/javascript">
  window.location.href = "/cgi-bin/about.cgi"
--------------------


When installing LMS, could that somehow be rewritten to something like
this?

Code:
--------------------
    <script type="text/javascript">
  window.location.href = "LMShostname:9000"
--------------------


You can then enter a link back into the pCP interface (at least in
Material) using the custom menu.


------------------------------------------------------------------------
jeroen2's Profile: http://forums.slimdevices.com/member.php?userid=70418
View this thread: http://forums.slimdevices.com/showthread.php?t=113639

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to