From 0d2886eaf80fc3b6074ab1fe06336205f2c6706b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Mon, 19 Nov 2001 21:17:19 +0000 Subject: [PATCH] added a faq entry about the invalid "$cfgPmaAbsoluteUri" related problems --- Documentation.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Documentation.html b/Documentation.html index 3fa1b0ab2..d0ad4bba3 100755 --- a/Documentation.html +++ b/Documentation.html @@ -955,6 +955,15 @@ corresponding section of the MySQL documentation.

+

+ Each time I want to insert or change a record or drop a database or a + table, an error 404 (page not found) is displayed or, with advanced + authentication, I'm asked to login again. What's wrong? +
+ Check the value you set for the $cfgPmaAbsoluteUri directive in + the phpMyAdmin configuration file. +

+

[Known limitations]