[MacPorts] howto/MAMP modified

MacPorts noreply at macports.org
Thu Sep 18 01:26:04 PDT 2008


Changed page "howto/MAMP" by lancelakey at gmail.com from 99.128.126.84*
Page URL: <http://trac.macports.org/wiki/howto/MAMP>
Diff URL: <http://trac.macports.org/wiki/howto/MAMP?action=diff&version=16>
Revision 16
Comment: /opt/local/www/data/phpmyadmin directory changed to /opt/local/www/phpmyadmin

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: howto/MAMP
=========================================================================
--- howto/MAMP (version: 15)
+++ howto/MAMP (version: 16)
@@ -214,9 +214,9 @@
 and then create a file `/opt/local/apache2/conf/extra/httpd-phpmyadmin.conf` containing this text:
 
 {{{
-AliasMatch ^/phpmyadmin(?:/)?(/.*)?$ "/opt/local/www/data/phpmyadmin$1"
-
-<Directory "/opt/local/www/data/phpmyadmin">
+AliasMatch ^/phpmyadmin(?:/)?(/.*)?$ "/opt/local/www/phpmyadmin$1"
+
+<Directory "/opt/local/www/phpmyadmin">
   Options -Indexes
   AllowOverride None
   Order allow,deny
@@ -230,7 +230,7 @@
 Finally, you need to set up the `phpMyAdmin` configuration to access mySQL. First, set up the config file:
 
 {{{
-cd /opt/local/www/data/phpmyadmin/
+cd /opt/local/www/phpmyadmin/
 cp libraries/config.default.php ./config.inc.php
 }}}
 

-------8<------8<------8<------8<------8<------8<------8<------8<--------

* The IP shown here might not mean anything if the user or the server is
behind a proxy.

--
MacPorts <http://www.macports.org/>
Ports system for Mac OS

This is an automated message. Someone at http://www.macports.org/ added your email
address to be notified of changes on howto/MAMP. If it was not you, please
report to .


More information about the macports-changes mailing list