Forums / Developer / How to generate ABSULTE / fully-qualified urls?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

How to generate ABSULTE / fully-qualified urls?

Author Message

Dominik Pich

Monday 24 May 2004 3:20:18 am

ezurl only produces a absolut url which assumes local host
e.g.
{"/content/view/full/2"|ezurl}
becomes
"/index.php/siteaccess/content/view/full/2"

Paul Forsyth

Monday 24 May 2004 3:31:38 am

Try something like:

http://{ezini( "SiteSettings", "SiteURL" )}{"/content/view/full/2"|ezurl}

paul

--
www.visionwt.com

Dominik Pich

Monday 24 May 2004 4:19:12 am

and why does ezurl not worked as the documentss claim!?

Björn X

Monday 24 May 2004 7:48:33 am

the uri

"/index.php/siteaccess/content/view/full/2"

is absolute in the realm of

{ezini( "SiteSettings", "SiteURL" )}