summaryrefslogtreecommitdiff
path: root/databases/phpmyadmin211/files/pkg-message.in
blob: 152f150c8762c7b8d86829dbf193dd707649a55e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
%%PKGNAME%% has been installed into:

    %%WWWDIR%%

Please edit config.inc.php to suit your needs.

To make phpMyAdmin available through your web site, I suggest
that you add something like the following to httpd.conf:

    Alias /phpmyadmin/ "%%WWWDIR%%/"

    <Directory "%%WWWDIR%%/">
	Options none
	AllowOverride Limit
	
	Order Deny,Allow
	Deny from all
	Allow from 127.0.0.1 .example.com
    </Directory>