1

Everything was working fine but suddenly when I tried to access my localhost/phpmyadmin I faced and error This webpage is not available. Error: ERR_CONNECTION_REFUSED. I changed the listen and serverlocalhost to 8080 in httpd.confg and in the httpd-ssl.confg changed to VirtualHost default:4433 and ServerName localhost:4433. Is it because of that because it was not working before also so that is why I had to change it.

4
  • Did you try to reload mysql and phpmyadmin? Commented Nov 23, 2015 at 14:46
  • Yes tried it but its not working. Commented Nov 23, 2015 at 14:51
  • I would keep the defaults 443 / 80 ports on localhost, I am not sure if ssl will work on 4433 at all, are you sure that apache ssl port is ON ? You can search how to run SSL with xampp > stackoverflow.com/questions/16430574/… its not duplication but its the same question as yours Commented Nov 23, 2015 at 14:54
  • @AdityaBanerjee hmm, look at this question - stackoverflow.com/questions/16712581/… Commented Nov 23, 2015 at 14:59

1 Answer 1

-4

try this "localhost:/phpmyadmin" eg. localhost:8080/phpmyadmin or localhost:4433/phpmyadmin

Sign up to request clarification or add additional context in comments.

1 Comment

This answer need some more explanation.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.