Hi, I'm trying to help my pal solve some issues on his 1990s sites. They're all written in ASP and hosted on an IIS6.0 and since I'm a pure PHP/Apache person, I've got very little clue about this stuff I hope you can help. One of the issues is that these two urls http[://www].example.com/index.htm and http[://www].example.com/ Both resolve in 200 What I'm trying to do is get the index.htm to redirect to http[://www].example.com/ I've looked through some forum posts and they're all talking about some ISAPI modules. But since I doubt he's technical enough to install modules, is there anything else apart from ISAPI that we can use? Something that you put in the header of a file or whatever? (But I'm not talking about the canonical tag. He actually wants physical redirects) The other sites have the WWW / non-WWW issue. http[://www].example.com/random-file-name.html and http[://]example.com/random-file-name.html both return 200 Is there an easy way to fix that too? Thanks!