View Full Version : Is doom9 still running?
hello_hello
14th April 2016, 16:25
Not the forum obviously, but http://www.doom9.org
The link at the top of the forum page doesn't seem to be working.
StainlessS
14th April 2016, 19:10
Yep, out for me too.
Sharc
14th April 2016, 19:20
It's down for everyone:
http://www.isitdownrightnow.com/doom9.org.html
raffriff42
14th April 2016, 20:32
Nothing has changed lately - use the archived version:
http://wayback.archive.org/web/20160315194043/http://www.doom9.org/
Finding archived pages made easy with Resurrect Pages plugin for Firefox:
https://addons.mozilla.org/en-US/firefox/addon/resurrect-pages/
https://github.com/arantius/resurrect-pages
Swede
15th April 2016, 07:48
Sorry, my bad. I missed that DNS-entry when I moved my servers, it should be ok soon.
mjb
15th December 2020, 00:53
Seems it has been down again for a while.
www.doom9.org resolves to a different IP than forum.doom9.org, and there's no web service.
FranceBB
15th December 2020, 21:43
Yep, it's offline for me as well.
StainlessS
16th December 2020, 00:02
Long time dead now.
http://www.sherv.net/cm/emoticons/horror/horror-movies-smiley-emoticon.gif (http://www.sherv.net/)
filler56789
16th December 2020, 09:37
Yeah, the Admin really should erase that hyperlink in the HTML-code of the pages...
https://forum.videohelp.com/attachments/56270-1608107613/dead.png
mjb
17th December 2020, 07:13
Hmm, well, I brought it up for a different reason.
The forums used to be under the www subdomain. As long as it's down, all over the web there are tons of dead links to forum posts. I'll often Google something and get a promising result from the forums, or be following a link to the forum from another site, but I can't reach it unless I manually change the domain to forum.doom9.org, which most people won't know to do.
The web server should also respond to www.doom9.org requests with appropriate "301" redirects to forum.doom9.org. In theory, this should cause search engines to update their links, and it will help the Wayback Machine stay current, as well.
StainlessS
17th December 2020, 13:32
The web server should also respond to www.doom9.org requests with appropriate "301" redirects to forum.doom9.org. In theory, this should cause search engines to update their links, and it will help the Wayback Machine stay current, as well.
:goodpost:
Cant remember much bout DNS records, https://www.cloudflare.com/en-gb/learning/dns/dns-records/?utm_referrer=https://www.cloudflare.com/learning/dns/dns-records/dns-a-record/
Would it be CNAME alias that is required:- https://www.cloudflare.com/en-gb/learning/dns/dns-records/dns-cname-record/
EDIT: To Below,
so then you'll have 3 names for the same site, nice to have choice:- http://forum.doom9.net/
A "permanent redirect" sounds like the ideal solution.
mjb
19th December 2020, 02:52
In DNS, a CNAME is an alias, yes, e.g. www.doom9.org could be set up as a CNAME for forum.doom9.org, or you can have just another A record saying that the IP address of www.doom9.org is the same as the one for forum.doom9.org. So that does need to be fixed.
But what I was talking about in the web server (Apache HTTPD, in this case) is a different piece. It is already configured (probably with a ServerAlias directive) to give the exact same responses for www.doom9.org as for forum.doom9.org. When the DNS is fixed, it means everything will once again "work"... but to the crawlers and archivers it is as if there are two separate websites which happen to have identical content.
The proper way to deal with it is to set it up so that the website for the domain you don't want people to linger on (www.doom9.org) responds to all requests with a permanent redirect to the other domain. To do this, an admin has to delete the ServerAlias directive for www.doom9.org and make a separate VirtualHost containing (along with a dummy DocumentRoot and whatever logging directives):
ServerName www.doom.org
RedirectPermanent / http://forum.doom9.org/
Swede
21st December 2020, 15:23
We have to wait for doom9 to pop up, I don't have access to the DNS and it needs to be changed. Just be patient.
manolito
23rd December 2020, 14:09
We have to wait for doom9 to pop up,
Fat chance...
His latest forum activity was almost 3 years ago.
Swede
24th December 2020, 01:38
Ok. Right. And you will not be around then..
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.