WAMP_Martin
Grünschnabel
Hallo,
Ich habe gerade WAMP auf mein System installiert. Ich habe gerade die Funktionalität von PHP getested. Leider wird aber immernoch nicht *.php angezeigt, sondern mein Browser lässt mich die Datei nur Downloaden oder wenn ich die *.php per "Öffne mit" mit meinen Browser öffen sehe ich nur den Quelltext (phpinfo-test...)!
Folgende Einstellung habe ich vorgenommen:
httpd.conf:
php.ini:
Ich hoffe ihr könnt mir helfen, da in fast jeden Tutorial was ich gesehen habe, etwas anderes steht. Und in mein Buch keine Fehlerhilfen vorhanden sind.
mfg Martin
Ich habe gerade WAMP auf mein System installiert. Ich habe gerade die Funktionalität von PHP getested. Leider wird aber immernoch nicht *.php angezeigt, sondern mein Browser lässt mich die Datei nur Downloaden oder wenn ich die *.php per "Öffne mit" mit meinen Browser öffen sehe ich nur den Quelltext (phpinfo-test...)!
Folgende Einstellung habe ich vorgenommen:
httpd.conf:
PHP:
# ScriptAlias: This controls which directories contain server scripts.
# ScriptAliases are essentially the same as Aliases, except that
# documents in the realname directory are treated as applications and
# run by the server when requested rather than as documents sent to the client.
# The same rules about trailing "/" apply to ScriptAlias directives as to
# Alias.
#
ScriptAlias /cgi-bin/ "C:/Programme/Apache Group/Apache/cgi-bin/"
ScriptAlias /php/ "c:/programme/php/"
AddType application/x-httpd-php .php
Action appliacation/x-httpd-php "/php/php.exe"
php.ini:
PHP:
include_path = ; UNIX: "/path1:/path2" Windows: "\path1;\path2"
doc_root = "C:/Programme/Apache Group/Apache/htdocs" = ; the root of the php pages, used only if nonempty
user_dir = ; the directory under which php opens the script using /~username, used only if nonempty
extension_dir = "c:/programme/php" = c:/php4/extensions ; directory in which the loadable extensions (modules) reside
enable_dl = On
Ich hoffe ihr könnt mir helfen, da in fast jeden Tutorial was ich gesehen habe, etwas anderes steht. Und in mein Buch keine Fehlerhilfen vorhanden sind.
mfg Martin