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! Link to comment https://forums.phpfreaks.com/topic/139222-wamp-configuration-help/ 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 Link to comment https://forums.phpfreaks.com/topic/139222-wamp-configuration-help/#findComment-728206 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. Link to comment https://forums.phpfreaks.com/topic/139222-wamp-configuration-help/#findComment-728219 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. Link to comment https://forums.phpfreaks.com/topic/139222-wamp-configuration-help/#findComment-728221 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.