Here's the problem - it occured when we switched to a new server:
http://somehost/forum/post?fid=12 used to work - now it doesn't any more. Actualy, the script executes just fine, but $fid is not defined.
If I call it with:
http://somehost/forum/post.php?fid=12
it works fine.
Not sure if this is PHP or Apache problem. In order to have scripts work without extensions, MultiViews option was enabled.
Old server had:
PHP 4.0.5
Apache 1.3.9
New one:
PHP 4.1.1
Apache 1.3.22
Not sure if it was a change in default settings in either PHP or Apache. I went through both config files, but didn't see anything.
Anyone has a pointer for me?
Thanks!