NLP-er
01-06-2010, 12:45 PM
Hello.
I have strange behavior in vB4. When I made internal redirect using .htaccess I'm adding new parameter to URL. So it is available later by $_GET - at leas it should be. And here is funny twist - it is only for some pages!!!
I.e. for forum.php it is working but in forumdisplay.php it disappears - it seems like vB removes all parameters other that it is expecting...
What to do to disable this freaking vB behavior?
Also - this happens only for redirecting parameters - if I add this parameter manually to URL then it is OK. It freaks only when parameter is added by .htaccess. The rule is ok - I redirected it to test file and $_GET is filled. The issue is in vB...
--------------- Added 1262791104 at 1262791104 ---------------
I'm checking and in init_startup hook it is still available, but in global_start is not anymore :/
I have strange behavior in vB4. When I made internal redirect using .htaccess I'm adding new parameter to URL. So it is available later by $_GET - at leas it should be. And here is funny twist - it is only for some pages!!!
I.e. for forum.php it is working but in forumdisplay.php it disappears - it seems like vB removes all parameters other that it is expecting...
What to do to disable this freaking vB behavior?
Also - this happens only for redirecting parameters - if I add this parameter manually to URL then it is OK. It freaks only when parameter is added by .htaccess. The rule is ok - I redirected it to test file and $_GET is filled. The issue is in vB...
--------------- Added 1262791104 at 1262791104 ---------------
I'm checking and in init_startup hook it is still available, but in global_start is not anymore :/