Click to See Complete Forum and Search --> : Apache won't allow PHP URI's


Mhaddy
12-27-2003, 05:25 PM
I'm not quite sure if this is the correct terminology, but here's my problem. I just finished a fresh installed of RH9 with the latest everything (using up2date). Apache 2.0.40 is installed with PHP 4.2.2 and though it'll bring up say www.myurl.com/install.php, when I try to goto www.myurl.com/install.php?page=2 it'll just refresh the current page, as if the $page variable was never set or something.

I know it's not the script, as I've tried this with several different scripts. Anyone have any ideas as to what's wrong? Any help would be *really* appreciated. Thanks!

Mhaddy
12-28-2003, 02:02 AM
I figured it out. For anyone whose had a similar problem, I fixed mine my editing my php.ini file and turning out "register_globals" from the default Off. Cheers.

j79zlr
12-28-2003, 02:38 AM
latest apache version is 2.0.48 and the latest PHP is 4.3.4 ;)

Mhaddy
12-28-2003, 02:46 AM
Sorry - the latest RPMs ;).