dancingbear Posted October 10, 2006 Share Posted October 10, 2006 Hi,I have a webserver based php application that is working absolutely fine on a couple of servers.I've recently put together a new server (using Fedora core 5), and although PHP works fine for 'bought' applications such as Invision Power Board, 'my' application isn't detecting the parameters passed to the application.What I mean is this:-- "www.domain.com/index.php" does what it's meant to.- "www.domain.com/index.php?a=1" doesn't - it completely ignores the a=1 part (it cannot be detected by the script) and does just "www.domain.com/index.php" instead.It's obviously related to the webserver setup in someway, but I have no idea what. Can anyone help please? Link to comment https://forums.phpfreaks.com/topic/23516-not-parsing-parameters/ Share on other sites More sharing options...
HuggieBear Posted October 10, 2006 Share Posted October 10, 2006 My advice would be to post in this board if you're using apache...[url=http://www.phpfreaks.com/forums/index.php/board,2.0.html]Apache Server[/url]RegardsHuggie Link to comment https://forums.phpfreaks.com/topic/23516-not-parsing-parameters/#findComment-106697 Share on other sites More sharing options...
Recommended Posts