Hallo, also ich hab gerade auf XP, die index.php wird angezeigt und WinMysqladmin ist auch ok, allerdings wird die index.php3 (zum testen von phpMyadmin) nicht geparst, warum?
hier mein System und welche änderungen ich vorgenommen habe, hoffe es ist genügend genau aufgeschlüsselt, herzlichen dank schonmal!
Apache 1.3
PHP 4.1.1 (Windowsinstaller)
MYSQL for Windows (WinMySQLAdmin 1.1)(Windowsinstaller)
phpMyadmin 2.2.3
installiert, und zwar so (Meine Festplatte ist i
Apache auf i:\apache
PHP auf i:\php
MySQL auf i:\MySQL
phpmyAdmin auf i:\webserver\phpmyadmin2.2.3
vorgenommene Änderungen in Systemdateien
1. localhost eingerichtet:
i:\webserver erstellt
Änderung in i:\apache\conf\httpd.conf
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "I:/webserver"
2. php in apache eigerichtet als CGI
Änderung in i:\apache\conf\httpd.conf
ScriptAlias /php4/ "c:/php/"
AddType application/x-httpd-php4 .php
Action application/x-httpd-php4 "/php/php.exe
3. mySQL angepasst
#NOTE: If you install MySQL in a folder other than
#C:\MYSQL or you intend to start MySQL on NT/Win2000
#as a service, you must create a file named C:\MY.CNF
#or \Windows\my.ini or \winnt\my.ini with the following
#information::
[mysqld]
basedir=i:/mySQL/
datadir=i:/mySQL/data
beide dateien angelegt, allerdings heissen enden sie immer mit *.bak, warum? obwohl ich sie als *.cnf abspeichere
4. phpMyAdmin anpassen
/**
* Your phpMyAdmin url
*
* Complete the variable below with the full url ie
* http://www.your_web.net/path_to_your...min_directory/
*/
$cfgPmaAbsoluteUri = '';
als was soll ich die variable setzten, 'http://localhost/myadmin-2.2.3/, hab ich schon probiert
hier mein System und welche änderungen ich vorgenommen habe, hoffe es ist genügend genau aufgeschlüsselt, herzlichen dank schonmal!
Apache 1.3
PHP 4.1.1 (Windowsinstaller)
MYSQL for Windows (WinMySQLAdmin 1.1)(Windowsinstaller)
phpMyadmin 2.2.3
installiert, und zwar so (Meine Festplatte ist i
Apache auf i:\apache
PHP auf i:\php
MySQL auf i:\MySQL
phpmyAdmin auf i:\webserver\phpmyadmin2.2.3
vorgenommene Änderungen in Systemdateien
1. localhost eingerichtet:
i:\webserver erstellt
Änderung in i:\apache\conf\httpd.conf
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "I:/webserver"
2. php in apache eigerichtet als CGI
Änderung in i:\apache\conf\httpd.conf
ScriptAlias /php4/ "c:/php/"
AddType application/x-httpd-php4 .php
Action application/x-httpd-php4 "/php/php.exe
3. mySQL angepasst
#NOTE: If you install MySQL in a folder other than
#C:\MYSQL or you intend to start MySQL on NT/Win2000
#as a service, you must create a file named C:\MY.CNF
#or \Windows\my.ini or \winnt\my.ini with the following
#information::
[mysqld]
basedir=i:/mySQL/
datadir=i:/mySQL/data
beide dateien angelegt, allerdings heissen enden sie immer mit *.bak, warum? obwohl ich sie als *.cnf abspeichere
4. phpMyAdmin anpassen
/**
* Your phpMyAdmin url
*
* Complete the variable below with the full url ie
* http://www.your_web.net/path_to_your...min_directory/
*/
$cfgPmaAbsoluteUri = '';
als was soll ich die variable setzten, 'http://localhost/myadmin-2.2.3/, hab ich schon probiert
Kommentar