Big problem? We moved our site from Microsoft IIS server to the Domino web server. The pages are static HTML pages. The problem is that some search engines (e.g. Google), dont use in their links "index.html" (at the end of the links). (When link ends with "/", IIS server assumes that there is e.g. index.html there, so it works) Because I cant setup on Domino web server default page (e.g. index.html) in every subdirectory on the site, when somebody clicks on the link in Google where that “index.html” is missing, the result is error “Http Status Code: 403Reason: Unable to process request, directory browsing is not allowed”.
I know that I can do redirecting, (e.g. “www.hoku.xx/sales/” ->> “www.hoku.xx/sales/index.html”),
but becouse our site has thousands subdirectories, this is not a easy solutions.
It can be helped in any other way? Substitution rule for whole site with wildcard? Or using IIS (on Windows machine) instead of the Domino web server? I was looking through internet but I could`t find the answer. If somebody knows any solution, it will be appreciated. Thank you very much.
Tom.