Hi everyone,
Now that the DNS changes have been made, it's time to pick up the next challenge: what URL should our docs live at?
Background:
The problem:
In a word: "browsers". The redirect from "
www.seleniumhq.org" to "
seleniumhq.org" is a permanent redirect. Browsers will cache that indefinitely. The new site is hosted on App Engine, which
doesn't support hosting on the "naked" domain. That means we'd need to set up a redirect from "
seleniumhq.org" to some other URL. Ideally, that'd be "www." but there's a problem there: browsers have cached the permanent redirect and will now sit in a redirect loop indefinitely. Chrome will eventually come to its senses. IE? Not so much.
That means that we could render our docs inaccessible to a surprising number of people with a careless DNS set up.
So, which domain should we use for the main project site? The choices are:
3) Pick another prefix for the domain? "web"? "the"? Something else.
Opinions, and suggestions, are welcome.
Simon