ali: .htaccess

moin
was ist daran falsch?
AddType application/x-httpd-php .php .htm
AddType application/x-httpd-parse .html
Action application/x-httpd-parse "/parse.php?sel="

danke

  1. hi,

    was ist daran falsch?
    AddType application/x-httpd-php .php .htm

    Nichts. Aber es ist fragwürdig, warum du auch alle *.htm durch den Parser jagen willst. Das geht auf die Serverlast, je nachdem, wieviele Dokumente sich im aktuellen Verzeichnis befinden.

    AddType application/x-httpd-parse .html

    öhm ... warum denn das? Wärs nicht einfacher, das *.html mit in der ersten Zeile zu notieren?

    Action application/x-httpd-parse "/parse.php?sel="

    upsala. Woher hast du das, und was soll es bewirken?

    danke

    Bittesehr. Wenn du beim nächstenmal deine extrem minimalistische und wortkarge Art zu schreiben vielleicht noch etwas aufbrechen könntest ...

    Zur Ablenkung würde ich dich gerne mal ganz unauffällig auf http://aktuell.de.selfhtml.org/artikel/server/apacheconf/apconf15.htm#a4 hinweisen wollen.

    Grüße aus Berlin

    Christoph S.