Hallo Monika,
besten Dank für deine schnelle Antwort. Also die htaccess sieht wie folgt aus:
#######################################################################
# Diese .htaccess wurde vom STRATO-Webservermanager erstellt #
#######################################################################
# Semalt blocken und zurückschicken
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://.*semalt%5c.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*kambasoft%5c.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*savetubevideo%5c.com [NC]
RewriteRule (.*) http://www.semalt.com [R=301,L]
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 2 days"
</IfModule>
## EXPIRES CACHING ##
<filesMatch "\\.(js|js.gz)$">
Header set Cache-Control "max-age=604800, private"
</filesMatch>
AddType video/ogg .ogg
AddType video/webm .webm
AddType video/mp4 .mp4
Wenn du was findest... "you made my day" :-)
Danke und liebe Grüße
Jochen