installing/using phpMyAdmin

hunk hunk at gmx.at
Fri Aug 17 10:29:41 PDT 2007


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/"

    <Directory "/usr/local/www/phpMyAdmin/">
        Options none
        AllowOverride Limit

        Order Deny,Allow
        Deny from all
        Allow from 127.0.0.1 .example.com
    </Directory>
--------

rgds
mh


On Fri, 17 Aug 2007 15:32:14 +0000
Pollywog <lists-fbsd at shadypond.com> 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 have not tried that yet so I don't know 
> if that would work either.
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"


More information about the freebsd-questions mailing list