summaryrefslogtreecommitdiff
path: root/databases/phpminadmin/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'databases/phpminadmin/files/pkg-message.in')
-rw-r--r--databases/phpminadmin/files/pkg-message.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/phpminadmin/files/pkg-message.in b/databases/phpminadmin/files/pkg-message.in
new file mode 100644
index 000000000000..d6d9712a7e5c
--- /dev/null
+++ b/databases/phpminadmin/files/pkg-message.in
@@ -0,0 +1,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/)
+
+=====================================