The link to certain pages on a site I've written looks like this:
http://myhymnal.net/2/be-thou-my-vision
That would be the id and a slug. When I paste this URL into the Facebook post field, the URL it ends up fetching an "example" of is the following:
http://myhymnal.net/2/2/be-thou-my-vision
Could anyone help me figure out where that extra 2/
comes from? I don't understand it.
Findings
- The URL I paste in is
http://myhymnal.net/2/be-thou-my-vision
and works fine in the browser. - The base href is set to
http://myhymnal.net/
and I have set the canonical to2/be-thou-my-vision
, which is relative to the base URL and should work fine. Although I suppose this maybe could be what's messing it up?
Other than that I really have no clue... :(