Search This Blog

Thursday, April 25, 2013

Changing the Localhost url to 8080


Step 1:

         Go to Wamp -> Open Wamp manager.in file

Step 2:

         Change everywhere localhost to - > localhost:8080

Type: submenu; Caption: "http://localhost:8080/phpmyadmin/"; SubMenu: alias_phpmyadmin; Glyph: 3
Type: submenu; Caption: "http://localhost:8080/sqlbuddy/"; SubMenu: alias_sqlbuddy; Glyph: 3
Type: submenu; Caption: "http://localhost:8080/webgrind/"; SubMenu: alias_webgrind; Glyph: 3


Step 3:

          Go to Wamp -> Open Wamp manager.tpl  file


       Change to everywhere localhost  - > localhost:8080

Type: item; Caption: "${w_localhost}"; Action: run; FileName: "${c_navigator}"; Parameters: "http://localhost:8080/"; Glyph: 5
Type: item; Caption: "${w_phpmyadmin}"; Action: run; FileName: "${c_navigator}"; Parameters: "http://localhost:8080/phpmyadmin/"; Glyph: 5


Step 4:

Exit the Wampserver and run


No comments:

Post a Comment

Validating to select in sequencial order using angular

    < input type = "checkbox" (change) = "handleSelectTaskItem($event, taskItem)" [checked] = " taskItem . i...