Files
ports/databases/adminer/files/pkg-message.in
T
Martin Wilke 01a2bc5b35 - Update adminer to 1.11.1
- Connect adminer to the build
- Disconnect phpminadmin
- Remove phpminadmin project was renamed

PR:		136663
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-07-13 22:35:46 +00:00

21 lines
521 B
Plaintext

POST-INSTALL CONFIGURATION FOR Adminer
=====================================
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 /adminer %%WWWDIR%%
AcceptPathInfo On
<Directory %%WWWDIR%%>
AllowOverride None
Order Allow,Deny
Allow from all
</Directory>
Then you can visit your Adminer site with a browser
(i.e. http://your.server.com/adminer/)
=====================================