Hello out there!
Ich mache eine Weiterleitung
RewriteEngine On
RewriteRule foo foo.php5
>
> Die Weiterleitung funktioniert auch, allerdings wird beim Aufruf von 'http://example.net/foo' nicht PHP ausgeführt. Was muss ich noch tun?
>
> (Beim Aufruf von 'http://example.net/foo.php5' wird PHP ausgeführt.)
>
> See ya up the road,
> Gunnar
Falls PHP als CGI läuft, muss noch der passende MIME-Typ angegeben werden:
AddType application/x-cgi-php .php5