Forum Moderators: phranque
- For your website in the IIS MMC, select Properties, then the Home Directory tab. Make sure the "A directory located on this computer" option is checked.
- In your html code, in the <head> section, make sure there isn't a BASE tag present that could be overriding your relative links (this is what it sounds like at first glance, BTW).
- Make sure there isn't a URL rewriting filter in place (such as ISAPI_Rewrite).
- Create a basic page (test.html) with nothing but the following code:
<html><head></head><body><a href="test2.html">Test Page 2</a></body></html> ... and make sure there is an existing "test2.html" page on there, of course <g>.
That's about all I can guess at without seeing the pages or site setup.