according to rfc 2816, the location http header requires an absolute URI
This commit is contained in:
@@ -24,6 +24,15 @@
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Your phpMyAdmin url
|
||||
*
|
||||
* Complete the variable below with the full url ie
|
||||
* http://www.your_web.net/path_to_your_phpMyAdmin_directory/
|
||||
*/
|
||||
$cfgPmaAbsoluteUri = '';
|
||||
|
||||
|
||||
/**
|
||||
* Server(s) configuration
|
||||
*/
|
||||
@@ -82,7 +91,7 @@ unset($cfgServers[0]);
|
||||
$cfgConfirm = TRUE; // confirm 'DROP TABLE' & 'DROP DATABASE'
|
||||
$cfgPersistentConnections = FALSE; // use persistent connections to MySQL database
|
||||
$cfgShowBlob = FALSE; // display blob field contents in browse mode
|
||||
$cfgProtectBlob = TRUE; // disallow editing of blob fields in edit mode
|
||||
$cfgProtectBlob = TRUE; // disallow editing of blob fields in edit mode
|
||||
$cfgShowSQL = TRUE; // show SQL queries as run
|
||||
$cfgSkipLockedTables = FALSE; // mark used tables, make possible to show
|
||||
// locked tables (since MySQL 3.23.30)
|
||||
|
Reference in New Issue
Block a user