How did we make the connection between the renaming of the home page
(index.html) and the WinInet error 12163?
1. "index.html" has historically been the standard name for the default
page in a web server directory. If anything, I'd guess that the ISP may
have *added* alternates (without removing the default) and that the web
server first looks for index.html, and then the alternatives in a
particular order. This would not cause the use of "index.html" to cause
errors. That's the first reason reason why I wouldn't look here for the
cause of the problem.
2. An incorrectly named home page should not generate an error when it
is being published. The error of an incorrectly named home page will
manifest itself in the web browser in a number of possible and very
common ways, including listing the contents of that directory or
displaying a 404 - File Not Found error. That's another reason why I
wouldn't consider the file name as the cause of the problem originally
described.
3. A quick search on Google turned up a number of references to the
WinInet error 12163. It appears to be an error code generated by some
component of Delphi (a programming language that was probably used for
some component of the Internet connection). By all accounts the 12163
error appears to be "ERROR_INTERNET_DISCONNECTED", which is interpreted
as "possibly working offline." A link from one of these references
points to a Micosoft MSDN page that lists the errors by name, not
number, and provides confirmation of that interpretation:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wininet/wininet/wininet_errors.asp
So, Dogsofdeep, we're back to not having a solution to your problem. My
guess is that there's something up with your connection to the Internet.
What type of connection is is? Are you using any special software to
help you get connected or stay connected? Are you using any software
meant to speed up your Internet connection? Is there any other software
running in the background, including systray items like Kazaa, or
Morpheus, or other tools that rely on an Internet connection?
Bottom line is that the 12163 error isn't caused by the renamed
index.html file. There's something else going on, most likely
attributable to your Internet connection.
- Orest