Forum Moderators: phranque
I have a windows test box with the following problem which is on the local network:
1. If I type [192.168.0.21...]
I get a 404 file not found. This is depsite index.asp exisiting and index.htm(l)
2. If it type [192.168.1.21...] the server works fine and delivers the pages.
I have played and played with host headers but think something is wrong or im missing something elsewhere.
Its not default document which all include index.asp index.html and index.htm Its more that the server is only giivng out the page if you specify it EXACTLY .
does anybody have any ideas?
David
Not saying Isapi_Rewrite is the culprit in your case, just that checking the logs might tell you what IIS thinks you want, and that might get you started down the right path.
Thanks for the advice.
David