[Zope] URL Hell
Tim Zegir
trzegir at ncable.net.au
Tue Dec 9 18:07:59 EST 2003
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 <http://www.foo.com/> )
How do I stop it putting the plone instance in front of my webpage?
Thanks
Tim Zegir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope/attachments/20031210/6beca489/attachment.html
More information about the Zope
mailing list