deemurphy Posted November 19, 2009 Share Posted November 19, 2009 I am running XMAPP on Windows 7 Utilmate. I use it all the time, however I notice that if I type localhost it takes me to a listing of all the php directores I have that used XAMPP. If I actually run a file through dreamweaver and run the index.php or something like that I do get what I am suppose to get in my browser. I need to get into myphpadmin and reset my password for one thing. Thank you Ladydee Quote Link to comment https://forums.phpfreaks.com/topic/182150-xampp/ Share on other sites More sharing options...
rajivgonsalves Posted November 19, 2009 Share Posted November 19, 2009 in xampp phpmyadmin should be in the root directory of xampp Quote Link to comment https://forums.phpfreaks.com/topic/182150-xampp/#findComment-961006 Share on other sites More sharing options...
deemurphy Posted November 19, 2009 Author Share Posted November 19, 2009 It is but it does not come up, I do not know how to bring it up without going to localhost. Thank you Quote Link to comment https://forums.phpfreaks.com/topic/182150-xampp/#findComment-961068 Share on other sites More sharing options...
rajivgonsalves Posted November 19, 2009 Share Posted November 19, 2009 just put http://localhost/phpmyadmin/ it should come up I too am using xampp and it works perfectly Quote Link to comment https://forums.phpfreaks.com/topic/182150-xampp/#findComment-961071 Share on other sites More sharing options...
deemurphy Posted November 19, 2009 Author Share Posted November 19, 2009 It worked great, just wonder why I can not get to the initial page to check the security settings, etc. Thank you Quote Link to comment https://forums.phpfreaks.com/topic/182150-xampp/#findComment-961074 Share on other sites More sharing options...
deemurphy Posted November 19, 2009 Author Share Posted November 19, 2009 Got to it by typing security instead of phpmyadmin. Do you happen to know where I can get a good installer for curl and would work with xampp? Thank you Quote Link to comment https://forums.phpfreaks.com/topic/182150-xampp/#findComment-961076 Share on other sites More sharing options...
rajivgonsalves Posted November 19, 2009 Share Posted November 19, 2009 xampp already has curl just enable it in your php.ini file php_curl.dll I think uncomment that line Quote Link to comment https://forums.phpfreaks.com/topic/182150-xampp/#findComment-961078 Share on other sites More sharing options...
deemurphy Posted November 19, 2009 Author Share Posted November 19, 2009 Did anyone ever tell you that you are great, well I am. Thanks LadyDee Quote Link to comment https://forums.phpfreaks.com/topic/182150-xampp/#findComment-961084 Share on other sites More sharing options...
deemurphy Posted November 19, 2009 Author Share Posted November 19, 2009 One more thing how can I get to the PHP.ini file? Thank you Quote Link to comment https://forums.phpfreaks.com/topic/182150-xampp/#findComment-961209 Share on other sites More sharing options...
rajivgonsalves Posted November 19, 2009 Share Posted November 19, 2009 should be in your [xampp root]\apache\bin Quote Link to comment https://forums.phpfreaks.com/topic/182150-xampp/#findComment-961214 Share on other sites More sharing options...
deemurphy Posted November 19, 2009 Author Share Posted November 19, 2009 don't see it there. did edit the php.config file, but I want to bring this up in the browser so I can make sure curl is working. Thank you Quote Link to comment https://forums.phpfreaks.com/topic/182150-xampp/#findComment-961222 Share on other sites More sharing options...
rajivgonsalves Posted November 19, 2009 Share Posted November 19, 2009 see your phpinfo it will be indicated there where the php.ini file is you will have to make changes to that file and restart apache Quote Link to comment https://forums.phpfreaks.com/topic/182150-xampp/#findComment-961223 Share on other sites More sharing options...
deemurphy Posted November 19, 2009 Author Share Posted November 19, 2009 can not find the phpinfo file Thank you Quote Link to comment https://forums.phpfreaks.com/topic/182150-xampp/#findComment-961232 Share on other sites More sharing options...
rajivgonsalves Posted November 19, 2009 Share Posted November 19, 2009 hmm.. just make a php file and put the function phpinfo in it <?php phpinfo(); ?> Quote Link to comment https://forums.phpfreaks.com/topic/182150-xampp/#findComment-961233 Share on other sites More sharing options...
deemurphy Posted November 19, 2009 Author Share Posted November 19, 2009 Everything is working again now. Thank you. Quote Link to comment https://forums.phpfreaks.com/topic/182150-xampp/#findComment-961267 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.