When I installed wampserver on my computer. I didn't have firefox or any browser installed. Because I also disabled Internet explorer. How do I manually set the default browser that opens up localhost or phpmyadmin from wampserver when you left click it

link|improve this question

68% accept rate
feedback

3 Answers

this may not be exactly what you want, but may work for you. You can set the shortcut properties target, and define which browser to use. This vista example is using chrome, but you can target whichever browser you prefer, just point to the application exe.

 C:\Users\anyUser\AppData\Local\Google\Chrome\Application\chrome.exe --app=http://localhost/default.htm
link|improve this answer
feedback

Here is another solution more appropriate I think:

In your main wamp locate the file named wampmanager.ini (seems to be named wampserver.ini on some installs). If you want to change only the browser for localhost, search for the [Menu.Left] section, around line 277. Two lines in that section define the path to the browser for localhost and phpmyadmin. Change it to point to the desired browser.

If you want to change every settings involving the preset browser, run a find command in the file with the browser's name.

link|improve this answer
feedback
  • Change WAMP default browser  Go to C:\wamp (or wherever your wamp installed)  Open wampmanager.conf in text editor  Find
    o navigator = "C:\Program Files\Internet Explorer\IEXPLORE.EXE "  Replace it to
    o navigator = “C:\Program Files\Mozilla Firefox\firefox.exe”;
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.