Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Problem Virtual Hosts phpmyadmin

New Here ,
Apr 05, 2011 Apr 05, 2011

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.

TOPICS
Server side applications
1.0K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Apr 05, 2011 Apr 05, 2011

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 08, 2011 Apr 08, 2011
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines