But you have broken the link, by making it relative.
http://ridewithgps.com/routes/5248251
That works, it uses // to anchor the link to the current schema.
//
[http://ridewithgps.com/routes/5248251](//ridewithgps.com/routes/5248251)
But... the catches with that are:
Scratch that... it fails as well. Redirection loses the // context.
Fixed it I think.
@Nick.Earthloop started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
But you have broken the link, by making it relative.
http://ridewithgps.com/routes/5248251
That works, it uses//
to anchor the link to the current schema.[http://ridewithgps.com/routes/5248251](//ridewithgps.com/routes/5248251)
But... the catches with that are:It requires the destination site to implement SSL and to serve the same URLs on both http and httpsYou're taking advantage of a bug in my matching of URLs and I'm likely to fix bugs.Scratch that... it fails as well. Redirection loses the
//
context.