ManiKuere: IIS7: aspx als php ausführen lassen

Beitrag lesen

Ich wusste dass diese Frage kommt.

Also es ist mein erster Windows Server. Mit Apache hat immer alles geklappt, da man in der .htaccess Datei des /ASP/ Ordners einfach nur folgende Zeilen benötigt:

AddType application/x-httpd-php .aspx

IIS macht das etwas komplizierter.

Warum genau die aspx als php ausgeführt werden müssen kann ich dir gar nicht so genau sagen. Mit dem Apache (XAAMP) hat es defintiv geklappt.

Hier ein Auszug aus der Anleitung des Programms, welche die .aspx Dateien auswertet:

"Config your web server to process .aspx files as PHP files. For Apache based systems this should
be automatic (via the .htaccess file). For IIS (and others?) you will have extra work to do.
For IIS6 users (IIS5.x systems should be similar...):
a. Start "Internet Information Services" Manager
b. Navigate to your web site (ie, "Default Web Site"), right-click t and choose properties
c. Select the "Home Directory" tab
d. Click "Configuration..."
e. In the "Applications Extensions" list edit .aspx (if it doesn't exist, simply add it)
f. Change the "Executable" to be the same as what your .php files use (ie, C:\PHP\php.exe,
C:\PHP\php4isapi.dll, or C:\PHP\php5isapi.dll)
g. Set "Verbs, Limit to:" to GET,POST,HEAD
h. OK all windows. Done!"

Leider ist die Anleitung für IIS6 und mein IIS7 ist zudem auf deutsch. Grausam. Internetsprache ist englisch ! Ich komm mit diesen albernen deutschen Begriffen nicht klar. *g*

Ich mein, klingt total simpel alles. Aber ich kann einstellen was ich will es ändert sich nix.

Es geht doch schon damit los, dass ich vier verschiedene .aspx einträge im IIS habe.
Dann was weise ich denen zu ? php-cgi.exe ? php.exe ? php5isapi.dll ? etc.

Grüße

Andreas