phpmyadmin fucker...
Hey hjælpe mig lige.. Min phpmyadmin fucker....mine filer som min apache har som document_root er c:\webserver og phpmyadmin ligger i c:\webserver\phpmyadmin
når jeg går ind på http://127.0.0.1/phpmyadmin så ser det os ud til at den virker... MEN når jeg så vil oprette en tabel og trykker opret så viser den næste side som om jeg ser det i notepad :( why ?
jeg smider lige lidt ud fra confik filen i phpmyadmin
$cfgPmaAbsoluteUri = 'c:\webserver\phpmyadmin\';
/**
* Server(s) configuration
*/
// The $cfgServers array starts with $cfgServers[1]. Do not use $cfgServers[0].
// You can disable a server config entry by setting host to ''.
$cfgServers[1]['host'] = '127.0.0.1'; // MySQL hostname
$cfgServers[1]['port'] = ''; // MySQL port - leave blank for default port
$cfgServers[1]['socket'] = ''; // Path to the socket - leave blank for default socket
$cfgServers[1]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
$cfgServers[1]['controluser'] = ''; // MySQL control user settings
// (this user must have read-only
$cfgServers[1]['controlpass'] = ''; // access to the "mysql/user"
// and "mysql/db" tables)
$cfgServers[1]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
$cfgServers[1]['user'] = 'rippie'; // MySQL user
$cfgServers[1]['password'] = ''; // MySQL password (only needed
dette nedenfor står der i min httpd.conf fil
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe
AddType application/x-httpd-php3 .php3
Action application/x-httpd-php3 "/php/php.exe
AddType application/x-httpd-php4 .php
Action application/x-httpd-php4 "/php/php.exe"
