Ja też mam rpoblem z konfiguracją Apacha. W pliku httpd.conf wpisuję:
Kod
ServerRoot "C:/serwer/Apache"
DocumentRoot "C:/serwer/Apache/www"
<IfModule mod_dir.c>
DirectoryIndex index.html index.htm index.php index.php3 index.php4
</IfModule>
ScriptAlias /php/ "C:/serwer/Apache/php/"
Action application/x-httpd-php "/php/php.exe"
AddType application/x-httpd-php .php
ScriptAlias /php3/ "C:/serwer/Apache/php/"
Action application/x-httpd-php3 "/php/php.exe"
AddType application/x-httpd-php3 .php3
ScriptAlias /php4/ "C:/serwer/Apache/php/"
Action application/x-httpd-php4 "/php/php.exe"
AddType application/x-httpd-php4 .php4
ScriptAlias /html/ "C:/serwer/Apache/php/"
Action application/x-httpd-html "/php/php.exe"
AddType application/x-httpd-html .html
ScriptAlias /htm/ "C:/serwer/Apache/php/"
Action application/x-httpd-html "/php/php.exe"
AddType application/x-httpd-htm .htm
<IfModule mod_dir.c>
DirectoryIndex index.html index.htm index.php index.php3 index.php4
</IfModule>
I uruchamiam Apacha, wszystko jest ok, ale jak w onie przeglądarki wpisuję
http://localhost/ , to pojawia mi się puste okno, a chyba powinno się coś pojawić?