Checking Server Extensions - KB324843

D

Dick

I am trying to follow KB 324843 as recommended by an MVP to isolate a
publishing problem with FP2000. I was OK until I got to the checking
server extensions section. I cannot figure out how to make the
entries. Lines such as:

http://Host_Name/_vti_bin/shtml.exe/Page_Name and
http://Server_Name/_vti_bin/_vti_aut/author.exe

Could someone give me an actual example? My ISP is www.cableone.net ,
and the web server is myweb.cableone.net . How do I interpret the
underscores? And what is the difference between Host_Name and
Server_ Name? Also, what is Page_Name?

Dick
 
T

Thomas A. Rowe

Step1a:
http://www.yourdomainname.com/_vti_inf.html

Step2:
Windows IIS Server
http://www.yourdomainname.com/_vti_bin/shtml.dll/oneofyourpages.htm

Unix/Linux Server
http://www.yourdomainname.com/_vti_bin/shtml.exe/oneofyourpages.htm

Step3:
Windows IIS Server
http://www.yourdomainname.com/_vti_bin/_vti_aut/author.dll

Unix/Linux Server
http://www.yourdomainname.com/_vti_bin/_vti_aut/author.exe


==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top