2 Mar
2004
2 Mar
'04
7:36 p.m.
Josef Albert Meile wrote at 2004-3-2 09:48 +0100:
What's the problem here? This redirect looks like its supposed to be raised... If you see the code: if m.find('/'): ----raise Redirect, ( --------"%s/%s" % (REQUEST['URL1'], m))
m.find('/') will be always true,
Always, unless "m" starts with a "/". -- Dieter