• 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:

    1. It requires the destination site to implement SSL and to serve the same URLs on both http and https
    2. You'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.

About