Toon posts:

phpmyadmin met file:/// links help

Pagina: 1
Acties:
  • 28 views sinds 30-01-2008

Verwijderd

Topicstarter
Beste forumleden,

ik heb net apache 2.0 mysql en php geinstalleerd.

http://localhost/admin/index.php werkt goed maar op dit pagina staan links
als ik er op klik krijg ik de code te zien.
De link begint met file:///G:/web....

wijzig ik de index.php in de url balk in een andere .php werkt de pagina wel.
Wat doe ik fout waar moet ik nog wat instellen, ik zie het even niet.

Alvast bedankt.

Klaasjan

  • Arnout
  • Registratie: December 2000
  • Laatst online: 26-05 22:23
In de configfile de main url goed opgeven...

  • creative8500
  • Registratie: September 2001
  • Laatst online: 03-01 16:54

creative8500

freedom.

config.inc.php:
PHP:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * 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'] = ''; # <--- vul deze nog even in!

  • .oisyn
  • Registratie: September 2000
  • Nu online

.oisyn

Moderator Devschuur®

Demotivational Speaker

phpmyadmin heeft hier volgens mij wel een support forum voor, hier hoort het iig niet

Give a man a game and he'll have fun for a day. Teach a man to make games and he'll never have fun again.


Dit topic is gesloten.