[vim/vim] vim.org should redirect to www.vim.org (Issue #11259)

23 views
Skip to first unread message

Yee Cheng Chin

unread,
Oct 1, 2022, 7:54:40 PM10/1/22
to vim/vim, Subscribed

Currently, if you navigate to https://vim.org, nothing would show up. Instead, you have to go to https://www.vim.org. It's pretty common practice these days to do a redirect if the "www" version is the canonical one. E.g. if you navigate to https://google.com it does have a DNS entry, and it will simply do an HTTP 301 redirect to https://www.google.com.

Probably not a high priority issue, but it could be a little disorienting to people when you just type vim.org in the browser and then nothing shows up.


Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issues/11259@github.com>

Yee Cheng Chin

unread,
Oct 1, 2022, 7:58:20 PM10/1/22
to vim/vim, Subscribed

Another example of a website that does this is https://gnu.org/software/emacs/ which redirects to https://www.gnu.org/software/emacs/. 😅


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issues/11259/1264510967@github.com>

Bram Moolenaar

unread,
Oct 2, 2022, 5:59:17 AM10/2/22
to vim/vim, Subscribed

Closed #11259 as completed.


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issue/11259/issue_event/7501745582@github.com>

Bram Moolenaar

unread,
Oct 2, 2022, 5:59:18 AM10/2/22
to vim/vim, Subscribed

This has been mentioned several times, but the maintainer of the DNS records says it doesn't work. I forgot the details.
Fortunately several browsers handle this if you type "vim.org".


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issues/11259/1264600620@github.com>

Martin Tournoij

unread,
Oct 2, 2022, 1:52:57 PM10/2/22
to vim/vim, Subscribed

This has been mentioned several times, but the maintainer of the DNS records says it doesn't work. I forgot the details.
Fortunately several browsers handle this if you type "vim.org".

Neither Firefox not Chromium on my system do this.

I'm pretty sure this can be made to work, one way or the other, even if it's just pointing vim.org to a simple HTML page with a meta refresh tag.


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issues/11259/1264698260@github.com>

JohnBeckett

unread,
Oct 5, 2022, 12:26:32 AM10/5/22
to vim_dev
The issue is that a volunteer handles all DNS issues at no cost or hassle for Bram. It keeps working year after year. That volunteer takes the technically correct view that vim.org is a domain name and it would be a mistake to expect a domain name to function as a host (a web server).

John

errael

unread,
Oct 5, 2022, 1:14:39 AM10/5/22
to vim/vim, Subscribed

Neither Firefox not Chromium on my system do this.

Firefox(105) does, Chrome(105) doesn't on my system. Is there an option buried somewhere?


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issues/11259/1267952261@github.com>

Yee Cheng Chin

unread,
Oct 5, 2022, 2:28:46 AM10/5/22
to vim/vim, Subscribed

Hmm Firefox definitely didn't work for me before and now it seems to work. I have no idea why. I think it may depend on whether you have visited https://www.vim.org before.


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issues/11259/1267999947@github.com>

Dana Woodman

unread,
Oct 17, 2023, 7:25:41 PM10/17/23
to vim/vim, Subscribed

Almost all DNS providers support this. At a minimum a redirect could be setup. This seems a weird thing to have broken for such a hugely popular project
Screenshot 2023-10-17 at 11 46 08 AM


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issues/11259/1767347807@github.com>

Tony Mechelynck

unread,
Oct 17, 2023, 8:02:47 PM10/17/23
to vim...@googlegroups.com, reply+ACY5DGBMSIINBW5UCB...@reply.github.com, vim/vim, Subscribed
On Sun, Oct 2, 2022 at 7:52 PM Martin Tournoij <vim-dev...@256bit.org> wrote:

This has been mentioned several times, but the maintainer of the DNS records says it doesn't work. I forgot the details.
Fortunately several browsers handle this if you type "vim.org".

Neither Firefox not Chromium on my system do this.

I'm pretty sure this can be made to work, one way or the other, even if it's just pointing vim.org to a simple HTML page with a meta refresh tag.

IIRC, on Firefox and SeaMonkey it is a preference. In SeaMonkey 2.53.18b1pre for Linux64 it is «Edit → Preferences → Browser → Location Bar → Unknown Locations → [x] Add "www." and ".com" to the location if a web page is not found». In Firefox Nightly 120.0a1 I tried to find it but couldn't; but after typing vim.org followed by <Enter> in the Location bar it said:

We can’t connect to the server at vim.org. Did you mean to go to www.vim.org?

so it is just one click to get to the Vim homepage.

Best regards,
Tony.

vim-dev ML

unread,
Oct 17, 2023, 8:03:06 PM10/17/23
to vim/vim, vim-dev ML, Your activity

On Sun, Oct 2, 2022 at 7:52 PM Martin Tournoij ***@***.***>


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issues/11259/1767377392@github.com>

Yee Cheng Chin

unread,
Oct 18, 2023, 3:05:04 AM10/18/23
to vim/vim, vim-dev ML, Comment

From the vim_dev mailing list, there's an effort to build a new website anyway, so this should hopefully be fixed as part of that effort. This should really be fixed at the DNS / server configuration level instead of relying on browser behaviors.

https://groups.google.com/g/vim_announce/c/cUzmP2xxecM/m/tEht7Pz5HAAJ


Reply to this email directly, view it on GitHub.

You are receiving this because you commented.Message ID: <vim/vim/issues/11259/1767801672@github.com>

Dana Woodman

unread,
Oct 18, 2023, 2:26:27 PM10/18/23
to vim/vim, vim-dev ML, Comment

I can recommend DNSimple (not affiliated) as a cheap and flexible provider that supports "alias" records that will handle the redirects for you.


Reply to this email directly, view it on GitHub.

You are receiving this because you commented.Message ID: <vim/vim/issues/11259/1769098570@github.com>

Reply all
Reply to author
Forward
0 new messages