This worked before. The server works correctly on my local network. However, on the internet, port 443 on mywebsite,com goes to another server on my local network. Thus, I have a port forwarded from port say 1234, to port 443. Thus I can access the ZoneMinder server like this:
Code: Select all
https://mywebsite.com:1234/zm/index.php
Code: Select all
https://mywebsite.com:1234/zm/index.php?view=watch&mid=6
Code: Select all
web_js ERR SyntaxError: The URI is malformed. https://mywebsite.com:1234/zm/tools/mootools/mootools-core.js
Code: Select all
<div id="imageFeed"><img id="liveStream6" src="https://mywebsite.com:1234:1234/zm/cgi-bin/zms?scale=100&width=640px&height=480px...
I suspect that someone familiar with some of the recent changes in the code could sort this out.
Please?
Thanks,
-Chris