razor_rich Posted December 28, 2011 Report Posted December 28, 2011 Hi Unitronics Gurus, I've set up an Advanced Web Server. I have the Entrance.htm, BadPass.htm, and Start.htm files, and these three pages load properly. I have no issues here. I've made a fourth file called bc.htm, and I can't get it to load in my browser. I link to it in my Start.htm file using the following code: <a href="bc.htm&User=[sT20,ppppp]&Pass=[sT21,ppppp]">BC</a> When I click on the BC link, it simply reloads the Start.htm page, yet the browser's URL changes to: http://192.168.0.15:50055/bc.htm&User=rscot&Pass=rich7. Note that the URL changed from Start.htm to bc.htm. When I manually go into my browser's address bar and try to load the bc.htm page (http://192.168.0.15:50055/bc.htm), I'm redirected to the Entrance.htm login. I understand this is expected (page 10, Enhanced Vision PLC WebServer Tech Support Document). Yet, when I log in, I'm redirected to the Start.htm page, specifically: http://192.168.0.15:50055/?User=rscot&Pass=rich7&Start.htm=Sign+In So, when I try to change this URL to http://192.168.0.15:50055/?User=rscot&Pass=rich7&bc.htm=Sign+In and load that, the Start.htm page is reloaded, yet the URL in the browser remains the same (http://192.168.0.15:50055/?User=rscot&Pass=rich7&bc.htm=Sign+In). My browser is the latest version of Google Chrome. I've confirmed these results on IE 7. If I enter a random file into the URL, say party.htm, the Start.htm page loads. Therefore, although my bc.htm file is definitely listed in my SD Cards's Web Folder, the PLC is acting as if it is not there. When I delete the existing Start.htm file and re-title my bc.htm file to Start.htm, it loads properly. It seems like I can't get any webpages to load other than the essential three: Start.htm, Entrance.htm, and BadPass.htm. Am I missing something? Please help. Thanks. Richard
Ofir Posted December 29, 2011 Report Posted December 29, 2011 Hi, As I understand the page "bc.htm" is a page which you created and put it in SD card folder Web. In this case the link should be <a href="/Web/bc.htm&User=[sT20,ppppp]&Pass=[sT21,ppppp]">
razor_rich Posted December 30, 2011 Author Report Posted December 30, 2011 Thanks, Ofir. That worked.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now