Gossamer Forum
Home : Products : Gossamer Links : Discussions :

URL to call a page that is built using "PageBuilder" plugin

Quote Reply
URL to call a page that is built using "PageBuilder" plugin
I build a dynamic page called "howtoadd" using 'PageBuilder' plugin:


I am calling the page in the code like this:


Code:
<a href="<%config.build_root_url%>/page.cgi?page=howtoadd">How to Add a Site</a>
However, the translation of the above URL shows in the browser like this:
Code:
http://www.mydomain.com/cgi-bin/scriptssql/page.cgi?g=page.cgi%3Fpage%3Dhowtoadd;d=1

And that is not working.
I want the translated URL to look like this:
Code:
http://www.mydomain.com/cgi-bin/scriptssql/page.cgi?page=howtoadd;d=1

How do I put the URL in the template to correctly call a pagebuilder page?

Thank you in advance
Mark
Subject Author Views Date
Thread URL to call a page that is built using "PageBuilder" plugin Mark2 4363 Feb 5, 2011, 6:22 PM
Thread Re: [Mark2] URL to call a page that is built using "PageBuilder" plugin
Andy 4268 Feb 6, 2011, 12:35 AM
Post Re: [Andy] URL to call a page that is built using "PageBuilder" plugin
Mark2 4249 Feb 6, 2011, 7:14 AM