i would like to keep tiny urls for most of my pages, but for some i need the full url to better explain where the user is.
how do i notice a page is displayed as a tiny url? any better way than checking the url string?
then i could do a redirect with go($page->url()). no problem with that.