PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Datenbank da aber



Prankster
30.12.2002, 01:44
Also folgendes Problem liegt vor.

Ich komme ins phpmyadmin rein, aber wenn ich dann auf der linken Seite auf home klicke kommt ein 404er bei der main.php , diese ruft er ja dann auf. Aber die main.php liegt am richtigen Platz.

Ich weiss nimmer weiter und bitte somit um hilfe.

grüsse vom Prankster

martin
30.12.2002, 03:48
such mal in der config datei die folgende stelle:



/**
* Your phpMyAdmin url
*
* Complete the variable below with the full url ie
* http://www.your_web.net/path_to_your_phpMyAdmin_directory/
*
* It must contain characters that are valid for a URL, and the path is
* case sensitive on some Web servers, for example Unix-based servers.
*
* In most cases you can leave this variable empty, as the correct value
* will be detected automatically. However, we recommend that you do
* test to see that the auto-detection code works in your system. A good
* test is to browse a table, then edit a row and save it. There will be
* an error message if phpMyAdmin cannot auto-detect the correct value.
*
* If the auto-detection code does work properly, you can set to TRUE the
* $cfg['PmaAbsoluteUri_DisableWarning'] variable below.
*/
$cfg['PmaAbsoluteUri'] = 'http://wurstwasser.de/bla/';


und trag da wie beschrieben die url zu phpmyadmin verzeichnis ein.