Author |
|
smarty Super User
Joined: May 21 2006 Location: United States
Online Status: Offline Posts: 728
|
Posted: January 13 2011 at 11:53 | IP Logged
|
|
|
I am trying to figure out how to use PH's built in web server to as a replacement for the web server (Cassini web server) that installs itself as part of the Brultech ECM-1240 power meter.
From the the Brultech forum, I am told that I should be able to just copy over the Brultech Webserver directory and place in within the c:\powerhome\web\ directory location.
Discussion link
I have done this, but how do I "point to" these files so that the PowerHome web server "serves them up".
When using Internet Explorer to view the Brultech page, the web address is "http://localhost:9009/#"
The powerhome "main" web address is "http://localhost:90/ph-cgi/main?"
Any ideas how to view the Brultech pages from within Powerhomes web server?
Edited by smarty - January 13 2011 at 12:00
__________________ Elk - Insteon - BlueIris - DMC1 - PowerHome - XLobby - HA_Bridge w/Dots - Brultech
|
Back to Top |
|
|
smarty Super User
Joined: May 21 2006 Location: United States
Online Status: Offline Posts: 728
|
Posted: January 13 2011 at 16:45 | IP Logged
|
|
|
duplicate...sorry
Edited by smarty - January 13 2011 at 16:46
__________________ Elk - Insteon - BlueIris - DMC1 - PowerHome - XLobby - HA_Bridge w/Dots - Brultech
|
Back to Top |
|
|
dhoward Admin Group
Joined: June 29 2001 Location: United States
Online Status: Offline Posts: 4447
|
Posted: January 15 2011 at 13:02 | IP Logged
|
|
|
Smarty,
I tried to follow the link to the Brultech site but it requires registration .
If the files are just standard HTML files, then PH should have no problem serving them up. If they're script based files (ASP, PHP, etc), then the PH webserver does not support this. If you were to post a sample file, I could give you a better idea.
Anyways, if you've copied the Brultech directory to a subdirectory beneath the PH web directory (Im going to assume a subdir name of "brultech" below with a main launch page of "start.htm") then all you need to do to access it is:
http://localhost:90/brultech/start.htm.
If this works for you, you can add it to the PH main webpage menu by going to PowerHome Explorer Setup|Web and adding it to the "Menu" section.
Hope this helps,
Dave.
Edited by dhoward - January 15 2011 at 13:05
|
Back to Top |
|
|