From 85e975149d4ba8a0981f436b667d15de871e0f9c Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 4 May 2005 13:20:16 +0000 Subject: [PATCH] improvement about PmaAbsoluteUri --- ChangeLog | 4 ++++ Documentation.html | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2851d33c7..22670070f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-05-04 Marc Delisle + * Documentation.html: improvement about PmaAbsoluteUri, + thanks to Isaac Bennetch - ibennetch + 2005-05-03 Marc Delisle * libraries/common.lib.php: bug #1185152, setting collation for a field, thanks to Ryan Schmidt - ryandesign diff --git a/Documentation.html b/Documentation.html index 2d8325c22..7305ce67e 100755 --- a/Documentation.html +++ b/Documentation.html @@ -158,14 +158,14 @@ tar -xzvf phpMyAdmin_x.x.x.tar.gz in your webserver's document root. If you don't have direct access to your document root, put the files in a directory on your local machine, and, after step 3, - transfer the directory on your web server using, for example, ftp.
  • Ensure that all the scripts have the appropriate owner (if PHP is + transfer the directory on your web server using, for example, ftp.
  • +
  • Ensure that all the scripts have the appropriate owner (if PHP is running in safe mode, having some scripts with an owner different from the owner of other scripts will be a problem). See FAQ 4.2 for suggestions.
  • -
  • Open the file config.inc.php in your favorite editor and change +
  • Open the file config.inc.php in your favorite editor and change the values for host, user, password and authentication mode to fit your environment. Here, "host" means the MySQL server. - Also insert the correct value for $cfg['PmaAbsoluteUri']. Have a look at Configuration section for an explanation of all values. Please also read the remaining of this