#1

Goggo

Neuling  (6 Punkte)  ·   männlich  ·   Deutschland  ·   Nachricht senden
 https://www.villa-malu.com  ·   VillaMaLuPirovac

kann mir jemand bei meiner .htaccess helfen ?

Hallo, ich bin mir total unsicher, ob die Einträge in meiner .htaccess so richtig sind, kann mir evtl. ein erfahrener User mal drüber schauen und mir Rückmeldung geben ?

Vielen Dank vorab ! �

https://www.villa-malu.com

________________________________________________________________________________________________________________________________

# Block Semalt related referrer spam
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://.*youtubedownload\.org/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*softomix\.ru/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*zazagames\.org/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*youtubedownload\.org/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*vapmedia\.org/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*soundfrost\.org/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*joingames\.org/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*videofrost\.net/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*softomix\.net/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*feedouble\.net/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*backgroundpictures\.net/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*joinandplay\.me/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*videofrost\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*srecorder\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*softomix\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*openmediasoft\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*openfrost\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*myprintscreen\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*musicprojectfoundation\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*feedouble\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*fbfreegifts\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*extener\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*embedle\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*savetubevideo\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*kambasoft\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?buttons-for-website.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*7makemoneyonline.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*semalt\.com/ [NC]
RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?.hulfingtonpost.*$ [NC,OR]
RewriteRule ^(.*)$ – [F,L]
ErrorDocument 401 https://www.villa-malu.com/info-portal/weitere-informationen/sitemap/index.php
ErrorDocument 403 https://www.villa-malu.com/info-portal/weitere-informationen/sitemap/index.php
ErrorDocument 404 https://www.villa-malu.com/info-portal/weitere-informationen/sitemap/index.php
ErrorDocument 500 https://www.villa-malu.com/info-portal/weitere-informationen/sitemap/index.php
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.villa-malu.com$ [NC]
RewriteRule ^(.*)$ https://www.villa-malu.com/$1 [L,R=301]
RewriteCond %{SERVER_PORT} !=443
RewriteRule ^(.*)$ https://www.villa-malu.com/$1 [R=301,L]
RewriteRule index\.html index.php [NC,R]
</IfModule>

________________________________________________________________________________________________________________________________

555 Aufrufe | 1 Beiträge