Forum Moderators: phranque

Message Too Old, No Replies

Setting up phpMyAdmin for virtual hosts

         

optik

6:06 pm on Mar 26, 2009 (gmt 0)

10+ Year Member



Hi

I have been setting up a server today from scratch after years of using WHM, so far so good and I have PHP,SQL and Apache running and a virtual site added.

I'm now onto installing phpMyAdmin and have got stuck, I can only seem to find information on setting it up for single site server but I'm running multiple sites on the one server.

I've created a folder in my home directory for phpMyAdmin to sit in and have extracted the files and setup the config file, but I don't know what to so next.

I need to get each virtaul site to recognise the install, probably in httpd.conf? And also then I need to configure each site to access phpMyAdmin.

g1smd

6:09 pm on Mar 26, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I do know that PHPMyAdmin can be got working for multiple users, but I don't know how it is done.

Heck. I battled enough to get a single-user set up going recently, due to misunderstanding a few things along the way.

optik

6:47 pm on Mar 26, 2009 (gmt 0)

10+ Year Member



Well one user would be a start, did you have anything in the httpd.conf file for one user?

g1smd

7:02 pm on Mar 26, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Nothing extra to be added, but I had to disable my site-wide rewrites and redirects for that folder.

The .htaccess file had RewriteEngine Off in just that folder.