<FilesMatch ".txt|.xml">
   deny from all
 </FilesMatch>
<FilesMatch ".js.php">
   Header set Content-Type "text/javascript"
   Header set Cache-Control "private, max-age=31536000"
 </FilesMatch>
ErrorDocument 404 "<!DOCTYPE html><html><head><title>Error 404 - Opolytics</title><link rel='Stylesheet' href='style.php'><meta charset='utf-8'/></head><body><h1>Error 404</h1><p>Oh nein. Die URL die Sie angefordert haben existiert gar nicht. Wenn Sie die URL manuell eingeben haben, koennen Sie es noch einmal korrigieren und versuchen.</p></body></html>"
<IfModule mod_expires.c>
  ExpiresActive On
  ExpiresDefault "access plus 300 seconds"
  ExpiresByType image/gif "access plus 1 month 1 hour"
  ExpiresByType image/jpg "access plus 1 month 1 hour"
  ExpiresByType image/jpeg "access plus 1 month 1 hour"
  ExpiresByType image/png "access plus 1 month 1 hour"
  ExpiresByType text/css "access plus 1 month 1 hour"
  ExpiresByType text/javascript "access plus 7 days 1 hour"
  ExpiresByType application/x-javascript "access plus 7 days 1 hour"
</IfModule>