# Wenn beim Aufruf des Chat ein Fehler 500 auftritt, 
# muss die folgende Anweisung geloescht oder mit # wegkommentiert werden
DirectoryIndex login.php


<Files "anw_anz.js">
ForceType application/x-httpd-php
</Files>

<Files "anwesend.js">
ForceType application/x-httpd-php
</Files>

<filesMatch "lock_fh.txt">
  FileETag None
  <ifModule mod_headers.c>
     Header unset ETag
     Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
     Header set Pragma "no-cache"
     Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
  </ifModule>
</filesMatch>

# enable expirations - http://httpd.apache.org/docs/2.0/mod/mod_expires.html
# Wenn beim Aufruf des Chat ein Fehler 500 auftritt, 
# muessen alle folgenden Anweisungen geloescht oder mit # wegkommentiert werden
<IfModule mod_expires.c>
ExpiresActive On
# expire images after a month in the client's cache
ExpiresByType image/gif "access plus 1 day"
ExpiresByType image/png "access plus 1 day"
ExpiresByType image/jpeg "access plus 1 day"
ExpiresByType text/css "access plus 1 day" 
#ExpiresByType application/x-javascript A2592000
ExpiresByType text/plain "access plus 1 day"
</IfModule>
