Hello list,

 

I have a database with a table full of customers and one of the fields in the database contains the customer’s website.

I have a ZSQL method that gets the data then a Page Template.

 

The part of the Page Template that renders the web page is as follows

 

<p>Webpage:

   <a tal:attributes="href rdata/webpage" tal:content="rdata/webpage">webpage</a>

</p>

 

Now if I view this in a web browser it takes me to this link http://my_ip_address:8080/plone_instance/the_url_i_want_it_to_take_me_to (eg www.foo.com)

 

How do I stop it putting the plone instance in front of my webpage?

 

Thanks

Tim Zegir