Hi John
Sorry, I was unable to locate the settings for file types and the Net tab in Chrome. The Chrome error I posted doesn't acually stay on the console. It appears for a fraction of a second while the file is (re)loading. All files, including index.html are placed in the root folder. I have even tested the module by opening the index.html in IE. It loads very slowly (after displaying a few warnings) but works flawlessly.
Yesterday night, I got it working using USBWebserver (
www.usbwebserver.net/en/) instead of tinyweb. Today, however, I am getting a list of all files in the root folder (screenshot attached) instead of the batch file loading index.html automatically. Here are the contents of the batch file:
@ echo off;
start \USB\8.5\usbwebserver.exe \USB\8.5\root 8080
Start TheWorld_en_3.5.0.3\TheWorld http://localhost:8080/
exit
What do I need to fix for it to load index.html automatically? (By default, the USBWebserver root folder had an index.php file and an images folder, which I removed before placing the files of my LO.)
(Edit: I found a configuration file in the settings folder and changed "root={path}/root/" to "root={path}/root/index.htm", which seems to work.)
Also, is there a way I can get the USBserver window to stay out of sight or close automatically when the browser is closed?