EG is not seeing any webserver events.
My system info
EventGhost Version: 0.3.6.1434
SVN Revision: 441
Build Time: Mon, 23 Jun 2008 20:08:51
Python Version: 2.5.2 final 0
wxPython Version: 2.8.7.1
PIL Version: 1.1.6
Platform: Windows-XP-5.1.2600-SP1
I went to the German wiki page and Google translated it into English.
http://64.233.179.104/translate_c?hl=en ... _webserver
I downloaded the example at the bottom of the page my webserver windows look exactly like the pictures except my root folder is "Program File" instead of just "Program" and my directory is the same but still no events are being logged.
TCP/IP port: 80
HTML documents root: C:\Program Files\EventGhost\www
Event prefix: HTTP
I've clicked on both links in the example webpage.
When I try to open the web page with the code it says "http://localhost/eventghost.html" I get a 404 error message,
"Error response
Error code 404.
Message: File not found.
Error code explanation: 404 = Nothing matches the given URI."
Here's the web page's code.
Code: Select all
<html>
<head>
<title>EventGhost Webserver example</title>
</head>
<body>
<table border="0">
<tr>
<td width="120">Example Device</td>
<td width="30"><a href="eventghost.html?Example-Device_ON"><img border="0" src="lamp-on.png"></a></td>
<td width="30"><a href="eventghost.html?Example-Device_OFF"><img border="0" src="lamp-off.png"></a></td>
</tr>
</table>
</body>
</html>Thanks, again, for you help.
Rich