Jag vill installera coh konfigurera apache,php och mysql. Att installera apache gick Får du något felmeddelande från Apache? Vad ser du om du besöker en PHP-sida på localhost? Skickas koden obearbetad till klienten så att du ser PHP-kod om du väljer Visa källa?Konfigurera PHP
utan problem men inte med php. Jag har gjort det följande:
installerade php-5.0.5-Win32.zip(windows)
kopierat och döp om filen php-ini-recomended till php.ini och laggt på
samma katalog(ligger i php katalog)
ändrat i php filen:
include_path = ".;C:\php\includes\"
doc_root = "C:\Program Files\Apache Group\Apache2\htdocs"
extension_dir = "C:\php\ext"
session.save_path = "C:\Temp"
session.cookie_path =
tillaggtt i System variables:
i %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\php
I httpd.conf adderat:
LoadModule php5_module "c:/php/php5apache2.dll"
AddType application/x-httpd-php .php
PHPIniDir "C:/php"
DirectoryIndex index.php index.html index.html.var
Och i localhost fungerar inte, är det nån som ser några fel eller måsta man addera nåt mer?
Tack på förhand
LisaSv: Konfigurera PHP