Web Hosting Talk







View Full Version : Server can't use/see what's after the .php?!


Oskare100
05-22-2008, 06:14 PM
Hello,
I just moved an oscommerce installation and now it seams like it can't see what's after the .php. If I write index.php I get to that page, but regardless of if I write anything after (or click on any link) I get to the same page. Please help, what do you think it could be?

The adress is http://79 [dot] 99 [dot] 1 [dot] 24/


The server is a linux server with HTTPD/MySQL installed.

Regards

waveweb
05-22-2008, 07:16 PM
Yes, indeed it goes always to the same page, have you restored the mySQL database properly? and the config file?

ThatScriptGuy
05-22-2008, 09:30 PM
Enable register_globals and register_long_arrays in your php.ini file

Kevin