Mailinglisten-Archive |
Das geht über die Registry, schau mal bei www.php.net im Bereich Dokumentation unter Windows-Installation von PHP. Hier die Schritte (leider nur in Englisch): Run Regedit. - Navigate to: HKEY_LOCAL_MACHINE /System /CurrentControlSet /Services /W3Svc /Parameters /ScriptMap. - On the edit menu select: New->String Value. - Type in the extension you wish to use for your php scripts. ex: .php3 - Double click on the new string value and enter the path to php.exe in the value data field. ex: c:\php3\php.exe %s %s. The - '%s %s' is VERY important, PHP will not work properly without it. - Repeat these steps for each extension you wish to associate with PHP scripts. - Now navigate to: HKEY_CLASSES_ROOT - On the edit menu select: New->Key. - Name the key to the extension you setup in the previous section. ex: .php3 - Highlight the new key and in the right side pane, double click the "default value" and enter phpfile. - Repeat the last step for each extension you set up in the previous section. - Now create another New->Key under HKEY_CLASSES_ROOT and name it phpfile. - Highlight the new key phpfile and in the right side pane, double click the "default value" and enter PHP Script. - Right click on the phpfile key and select New->Key, name it Shell. - Right click on the Shell key and select New->Key, name it open. - Right click on the open key and select New->Key, name it command. - Highlight the new key command and in the right side pane, double click the "default value" and enter the path to php.exe. ex:- - c:\php3\php.exe -q %1. (don't forget the %1). Exit Regedit. Gruß Jörg Dalmolin "Moser, Christof" schrieb: > Hallo Liste > > habe auf einem win98 Rechner den Personal Web Server und PHP4 installiert. > Dateien mit der Endung .php3 bzw. .php4 werden auch richtig angezeigt, doch > bei Dateien mit der Endung .php zeigt er nur den Quellcode an. Meine Frage > ist nun, ob mir jemand sagen kann, wo ich das beim Personal WebServer > einstellen kann, dass Files mit der Endung .php auch richtig angezeigt > werden; bei Windows NT hier im Geschäft geht das im dem Internet Service > Manager, doch soweit ich weiss gibt's den für Win98 ja nicht.... > > Thx für Hilfe und Gruss > Christof Moser > > --- > *** Abmelden von dieser Mailingliste funktioniert per E-Mail > *** an mysql-de-request_(at)_lists.4t2.com mit Betreff/Subject: unsubscribe --- *** Abmelden von dieser Mailingliste funktioniert per E-Mail *** an mysql-de-request_(at)_lists.4t2.com mit Betreff/Subject: unsubscribe
php::bar PHP Wiki - Listenarchive