Skip to main content
Participant
April 5, 2011
Question

Problem Virtual Hosts phpmyadmin

  • April 5, 2011
  • 2 replies
  • 1024 views

I’ve been using WAMP for testing purposes for about one year now.

Recently I purchased Dreamweaver CS5, and the Dreamweaver CS5 with PHP book from David Powers.

According to the instructions in this book, I’ve set up a couple of virtual hosts so it is possible for me to work with site relative links. So far so good, the virtual hosts works.

But now I can’t get to phpmyadmin through the WAMP icon and get the 404 error.

The Alias for phpmyadmin ( standard configuration in WAMP) seems not to be working anymore.

I’ve no idea if an alias will function with the use of virtual hosts.

A pity that David Powers doesn’t tackle this problem in his book as well.

Any ideas on how to solve this problem? Without creating new problems as for example no connection with the database! I’ve been searching the web for a couple of days now, so any help is more than welcome.

This topic has been closed for replies.

2 replies

Luud_PreAuthor
Participant
April 8, 2011

I made the mistake to replace the Alias rule in httpd.conf file with Include "conf/extra ... for the virtual hosts.

Result was that phpmyadmin could not be reached anymore. Put bakc the Alias and the problem was solved.

Günter_Schenk
Inspiring
April 5, 2011

While googling "apache virtual host phpmyadmin" I stumbled across this possibly helpful thread on the sitepoints.com forums.