I would like to pass URL’s as parameters. So I can use it in a segment-variable.
I tried something like this, putting the encoded URL in a URL-segment:
<a href="http://zaplog.nl/nieuw/Horloge+van+bush+gerold/http://zapruder.nl/zaplog˺rtikel/horloge_van_bush_gerold">http://zaplog.nl/nieuw/Horloge+van+bush+gerold/http://zapruder.nl/zaplog/artikel/horloge_van_bush_gerold</a>Where segment_2 = “Horloge van bush gerold”
and segment_3 = “http://zapruder.nl/zaplog/artikel/horloge_van_bush_gerold/”
But this doesn’t work. (Though I feel this ought to work)
I need something else that works. I need to pass a page an URL. Maybe use ?param1=value¶m2=value etc. but how can I get to the full URL from a template?