hi,
2.) Wie kann ich ohne mod_rewrite einen Request auf eine *.htm oder *.html Resource auf ein PGP-Script intern umleiten?
PGP ...?
Kommt drauf an.
Du kannst natürlich existierende .htm(l)-Dateien als PHP parsen lassen, Stichwort AddType.
Und wenn du mindestens eine "Verzeichnisebene" unterhalb der Domain hast, kannst du auch mit PATH_INFO arbeiten.
http://example.com/script/blah/blubb
script wäre dann dein PHP-Script (per Files-Direktive und ForceType als PHP geparst), und in $_SERVER['PATH_INFO'] steht dir dann "/blah/blubb" zur Verfügung. (Sofern der Provider PATH_INFO nicht ebenfalls deaktiviert hat.)
gruß,
wahsaga
--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }