Re: installing/using phpMyAdmin

2007-08-19 Thread Pollywog
On Sunday 19 August 2007 23:32:58 vuthecuong wrote: > You can try by adding slash (/) ad the end of above url > it will be looked like: > http://hostname/phpMyAdmin/ Thanks, I tried that one too. I am certain it's my configuration. I will have a look at some tutorials, and I am almost certain th

Re: installing/using phpMyAdmin

2007-08-19 Thread vuthecuong
Pollywog wrote: On Sunday 19 August 2007 12:45:24 vuthecuong wrote: Pollywog wrote: I am running FreeBSD 6.2 and I installed phpMyAdmin from ports, but when I put http://hostname/phpMyAdmin in a browser, I get "the requested URL was not found..." Is some additional configuration requ

Re: installing/using phpMyAdmin

2007-08-19 Thread Pollywog
On Sunday 19 August 2007 15:02:04 Gerard wrote: > On August 19, 2007 at 10:01AM Pollywog wrote: > > I did but I think there is another problem somewhere, so for the time > > being I will do without phpMyAdmin in FreeBSD. > > Could you post the relevant portions of the httpd.conf file? > > I have th

Re: installing/using phpMyAdmin

2007-08-19 Thread Pollywog
On Sunday 19 August 2007 12:45:24 vuthecuong wrote: > Pollywog wrote: > > I am running FreeBSD 6.2 and I installed phpMyAdmin from ports, but when > > I put http://hostname/phpMyAdmin in a browser, I get "the requested URL > > was not found..." > > > > Is some additional configuration required or i

Re: installing/using phpMyAdmin

2007-08-19 Thread vuthecuong
Pollywog wrote: I am running FreeBSD 6.2 and I installed phpMyAdmin from ports, but when I put http://hostname/phpMyAdmin in a browser, I get "the requested URL was not found..." Is some additional configuration required or is the problem that I can only access phpMyAdmin from localhost? I

Re: installing/using phpMyAdmin

2007-08-17 Thread Pollywog
On Friday 17 August 2007 17:25:46 Matthew Seaman wrote: > Yes, there is some more configuration to do. First of all you need > to make phpmyadmin appear at an appropriate place in your web tree. > That's what the package message is all about -- which you can see > again by: > > pkg_info -Dx

Re: installing/using phpMyAdmin

2007-08-17 Thread hunk
Hi, take a closer look at the end of "make install"... To make phpMyAdmin available through your web site, I suggest that you add something like the following to httpd.conf: Alias /phpmyadmin/ "/usr/local/www/phpMyAdmin/" Options none AllowOverride Limit

Re: installing/using phpMyAdmin

2007-08-17 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pollywog wrote: > I am running FreeBSD 6.2 and I installed phpMyAdmin from ports, but when I > put > http://hostname/phpMyAdmin in a browser, I get "the requested URL was not > found..." > > Is some additional configuration required or is the pro