Hi there,
Here is the situation :
machine : Sun solaris 8 running php 4.2, apache 1.3.26 with mod_ssl,mod_python (compiled with --shared) libgd, libjpeg and libpng.
Problem: it is impossible to pass parameters in the URL bar (e.g. https://localhost/myscript.php?var=var1)
Scripts are interpreted by the server but "myscript " will never get the var1 variable.
I've read some newsgroups about the way to configure PHP. Some posts are about --enable-track-vars, --with-magic-quotes and so on but nothing works at all.
On Windows, the problem seems to be located in the php.ini file where some parameters should be set to "ON" (i can't remember those parameters.) but what about the compilation on unix (solaris, but whatever unix it is...) ?
Do you have any ideas ?
Thanks a lot !
Daniel