13 May
2002
13 May
'02
4:58 p.m.
<dtml-call "RESPONSE.redirect('/dir/dir')">
Note: /dir/dir is the url within your Zope Structure/URL
works like a champ
Yeah, but this line only works if I put an "index_html" document in the root of my zope site and the user types www.myzope.com, but the problem is that he doesn't know that this address even exists. What I want is that when the user type: www.oldsite.com he will be fordwared to www.myzope.com/folder1/folder2/website/ without knowing it and he won't see www.oldsite.com/folder1/folder2/webite in the address bar. He will see the old address. Anyway, thanks for your reply.