alfie: Ergänzung

Beitrag lesen

Hallo!

Wenn ich das Beispiel in der .htaccess verwende (Apache 2.2.9) bekomme ich einen 500er und im error-log:
[alert] [client XXX.XXX.XXX.XXX] /www/.htaccess: <Location not allowed here, referer: http://example.org/foo.php

Unelegant:
<IfModule mod_deflate.c>
  AddOutputFilterByType DEFLATE text/plain text/html text/xml text/csv text/gss
  AddOutputFilterByType DEFLATE text/css text/javascript
  AddOutputFilterByType DEFLATE application/x-httpd-php
  AddOutputFilterByType DEFLATE application/javascript application/x-javascript
  AddOutputFilterByType DEFLATE application/xml application/xhtml+xml
  AddOutputFilterByType DEFLATE application/rss+xml
  AddOutputFilterByType DEFLATE application/msexcel
  AddOutputFilterByType DEFLATE image/svg
</IfModule>

Klappt; PDFs werden aber noch immer komprimiert (Tool: etwa http://bebac.at/lectures/Berlin2011.pdf)
Warum bloß?

mfg Alfie