-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add old site contents for transition #31
Conversation
Since we use /en-us/ for all new content, there is no clash
This redirects URLs from fontforge.sourceforge.net to fontforge.org seamlessly
Redirect fontforge.sf.net to fontforge.gitub.io. I’ll upload this file to the sf.net site when we are ready, and then any links to that site will still work after we redirect the domain fontforge.org to github’s servers
And why http://fontforge.org should not be used for http://fontforge.github.io/ also? Github pages supports custom domain also. |
I'll ask Toby Thain to re-point the DNS as soon as this is merged |
I'm not sure it helps much to bring the old site verbatim, it's still available at sourceforge; the point of the new site is to have new content or updated one. Anyways. GitHub Pages' not an Apache server, .htaccess is useless over here. Does someone pay for fontforge.org? |
Until all the old content is moved over, I think it would be bad to just disappear the information off the web.
If we repoint fontforge.org to the new site, and the sf.net site has the .htaccess, then the old information will only be available buried deep in the git history....
Yes, and I think a good transition to get there is to have a single set of site files and migrate the content from old pages to new pages :)
Yes, this is the file I'll push to the sf.net server
Yes, Toby Thain in Australia |
Well, merge it if it's ready to go. |
Add old site contents for transition
Okay but right now upon accessing the new website you're redirected to the old one, I don't think we want that. We shouldn't set up the CNAME for now at least. |
I don't see that? What URL? :) |
Oh dear, I get an infinite loop redirect. |
It seems that when I added a CNAME file with fontforge.org, and asked Tony to update the DNS, until he does so, that requests for fontforge.github.io would be 301 redirected to fontforge.org, which (thanks to its So I changed the CNAME file to new.fontforge.org and we have to wait for Github's system to propagate that update, and then it will all start pointing to fontforge.github.io again, and then when Toby confirms the domain is updated, I'll update the CNAME file again and we should be good |
We should just remove CNAME by now so that the website is accessible. new.fontforge.org is a 404. |
Agree, doen |
As part of #25 I got access to the old SF.net FTP area, and I see that it uses a
.htaccess
to redirect visitors to http://fontforge.org; so we can.htaccess
on sf.net to redirect to http://fontforge.github.io insteadfontforge.org
My initial message is,