I have recently installed wampserver 2.0 and configured it to work on port 81. Now the problem is that when I click on phpMyAdmin present at the taskbar inside wampserver 2.0 the browser redirects me to
localhost/phpmyadmin
instead of localhost:81/phpmyadmin
. When I manually type it, everything works fine.
How can I fix this thing? I want the browser to open localhost:81/phpmyadmin
page instead of localhost/phpmyadmin
when I click on phpMyAdmin
.
The configuration is stored in wampmanager.ini
, located in the wamp installation directory.
This file is generated from wampmanager.tpl
though, so you need to change the following line there:
Type: item; Caption: "${w_phpmyadmin}"; Action: run; FileName: "${c_navigator}"; Parameters: "http://localhost/phpmyadmin/"; Glyph: 5
You can even add your own menu items in there if you like.
You need to restart Wamp after changing this configuration, since wampmanager.ini
needs to be re-generated.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With