in midgard i can not read the variables $_param1 and $_param2 (name with first an underline char) from the url http://test/?_parm=1&_param2=2 without midgrad engine (apache and php) it works. is the "_" as first charachter in the paramname not allowed?
---- Original Message ---- From: "Piotras" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 19, 2003 4:17 PM Subject: Re: [midgard-user] url param names > "Christoph Hubmann" <[EMAIL PROTECTED]> wrote: > >> hello all >> are url params like '_paramname=xy' allowed in midgard based sites? >> (example: http://test/?_param1=1&_param2=2) > > allowed , allowed > > You may also use active page and use url like > http://test/param1/param2 > > Piotras > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
