dimkr / rlsd

A lightweight, retro Linux-libre distro
http://rlsd.dimakrasner.com
MIT License
72 stars 7 forks source link

Have dlsr.dimakrasner.com header to rlsd.dimakrasner.com #49

Closed josefnpat closed 10 years ago

josefnpat commented 10 years ago

I noticed the subdomain got renamed from

dlsr.dimakrasner.com

to

rlsd.dimakrasner.com

While I totally understand that the project name has changed, there are a lot of links out there (esp the hacker news ones) that are linking to it.

Consider, just for exposure, to have dlsr.dimakrasner.com redirect to rlsd.dimakrasner.com

dimkr commented 10 years ago

I haven't removed the old URL, for backwards compatibility. Are you sure it doesn't work for you?

josefnpat commented 10 years ago

Oh dear, typo on my behalf.

dslr.* works just fine! Wouldn't it make more sense to have it redirect so that it resolves as rlsd.*?

dimkr commented 10 years ago

HTTP redirections are a slower way to achieve this effect,compared to an additional DNS record.

josefnpat commented 10 years ago

This can be achieved with php as well;

<?php
header("Location: rlsd.dimakrasner.com");

But regardless, I'm nitpicking! Have a nice day!