Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2007 19:03:14 +0200
From:      hunk <hunk@gmx.at>
To:        freebsd-questions@freebsd.org
Subject:   Re: installing/using phpMyAdmin
Message-ID:  <20070817190314.e2c264d2.hunk@gmx.at>
In-Reply-To: <200708171532.14960.lists-fbsd@shadypond.com>
References:  <200708171532.14960.lists-fbsd@shadypond.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070817190314.e2c264d2.hunk>