6

I recently installed the WAMP server on my computer and when I open the localhost it automatically opens in firefox. I want it to open in chrome so I can use the chrome developer tools. How can make my local host open in chrome instead of firefox. Thanks in advance for taking the time to help me.

Nate Buchanan
  • 61
  • 1
  • 1
  • 2

3 Answers3

17

To change the default browser of the Wamp server

  • Go to the Wamp installation directory
  • Open wampmanager.conf file in a text editor.
  • Change the navigator to your browser

    example:- navigator = “C:\Program Files\Mozilla Firefox\firefox.exe”

  • save and restart your server

Bruce
  • 8,609
  • 8
  • 54
  • 83
4

Go to the wampmanager.conf and change the navigator to Google Chrome.

jonsca
  • 10,218
  • 26
  • 54
  • 62
Oussama Bouthouri
  • 615
  • 2
  • 8
  • 23
3
  1. Go in C Drive
  2. Open wamp64 folder
  3. Open wampmanager.config file
  4. In last step see navigator queue and paste this statement given below

navigator ="C:/Program Files/Google/Chrome/Application/chrome.exe" or

"C:/Program Files/Google/Chrome/Application/chrome.exe"

and close the all folder.

  1. Go wamp server and right click on wamp server
  2. click on exits option and restart the wamp server
  3. automatically open localhost in chrome browser or search http://localhost in your browser.
General Grievance
  • 4,555
  • 31
  • 31
  • 45