Is there any way to get the resolved url of a page and/or actual template group and template.
for example I have main group and submission group
in main I have test page and in submission I have a index page
If I call / I get /main/index
If I call /test I get /main/test
If I call /submission in reality I get /submission/index
BUT!! I can’t seem to find a function that turns the URL in the resolved path and/or template group and template page???? Everything pretty much ends up the shorter URL format
HELP!
DMyers