Hello. I´m a new Zope user and I have a little problem using the index_html. I've made a web page and if I didn't write at the end of the URL the "/", the links inside the index_html wouldn't refer to the actual folder. They refer to the root folder. Any suggestion? Thanks -- ------------------------- | Luis Martín Argañaraz | | Ingeniero Nuclear | ------------------------- __________________________________________________________________ Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/ Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/
Hi Luis, --On Thursday, November 01, 2001 16:08:36 -0500 Luis MartXn ArgaXaraz <skalivur@netscape.net> wrote:
Hello. I´m a new Zope user and I have a little problem using the index_html. I've made a web page and if I didn't write at the end of the URL the "/", the links inside the index_html wouldn't refer to the actual folder. They refer to the root folder. Any suggestion? Thanks
This is a browser thingy. You can avoid it by always using the trailing / or use absolute URLs for your links. At least root-relative links. The zope objects have a support method called absolute_url() which helps you creating absolute URLs, obviously. Regards Tino Wildenhain
participants (2)
-
skalivur@netscape.net -
Tino Wildenhain