herghost Posted January 2, 2009 Share Posted January 2, 2009 Can anyone explain to me what module needs to be activated for this to work properly? If I run a php site on myself that calls something like cars.php?=showcar1 then the output is not displayed, no error message and nothing on screen! Any ideas? This has been buggin me for a while! Quote Link to comment Share on other sites More sharing options...
Mchl Posted January 2, 2009 Share Posted January 2, 2009 Nothing has to be activated for GET to work You're missing a variable name in your url Quote Link to comment Share on other sites More sharing options...
herghost Posted January 2, 2009 Author Share Posted January 2, 2009 The same thing works on paid hosting I have, same script, same database, same data, but just not on my local machine. Quote Link to comment Share on other sites More sharing options...
Mchl Posted January 2, 2009 Share Posted January 2, 2009 You should check in this script system requirements then if it needs anything special. My guess is, it would be mod_rewrite. It's disabled in WampServer by default. You will find it in Apache Modules menu. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.