aboutsummaryrefslogtreecommitdiff
path: root/databases/adminer/files/pkg-message.in
blob: d6d9712a7e5c58e3fe1f92c95726558b35ba2dd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

POST-INSTALL CONFIGURATION FOR phpminadmin
=====================================

Please add the following to your Apache configuration,
and restart the server:

### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
   Alias /phpminadmin %%WWWDIR%%
   AcceptPathInfo On
   <Directory %%WWWDIR%%>
      AllowOverride None
      Order Allow,Deny
      Allow from all
   </Directory>

Then you can visit your phpminadmin site with a browser
(i.e. http://your.server.com/phpminadmin/)

=====================================