{"id":62312,"date":"2019-03-31T14:19:52","date_gmt":"2019-03-31T12:19:52","guid":{"rendered":"https:\/\/de.wordpress.org\/support\/topic\/mixed-content\/"},"modified":"2019-04-03T12:12:04","modified_gmt":"2019-04-03T10:12:04","slug":"mixed-content","status":"publish","type":"topic","link":"https:\/\/de.wordpress.org\/support\/topic\/mixed-content\/","title":{"rendered":"Mixed Content"},"content":{"rendered":"<p>Hallo,<\/p>\n<p>ich habe gerade meine Website auf https umgestellt und bekomme noch folgende Fehlermeldung:<\/p>\n<p><code>Mixed Content: The page at &#039;https:\/\/linkzurwebsite.de&#039; was loaded over HTTPS, but requested an insecure stylesheet &#039;http:\/\/linkzurwebsite.de&#039;. This request has been blocked; the content must be served over HTTPS.<\/code><\/p>\n<p>Wie bekomme ich es hin, dass die stylesheet \u00fcber https geladen wird?<br \/>\nIch bin f\u00fcr jede Hilfe sehr Dankbar!<\/p>\n<p>Anbei auch meine .htaccess:<\/p>\n<pre><code>&lt;IfModule mod_rewrite.c&gt;\nRewriteEngine On\nRewriteBase \/\nRewriteRule ^index\\.php$ - [L]\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteCond %{REQUEST_FILENAME} !-d\nRewriteRule . \/index.php [L]\n&lt;\/IfModule&gt;\n\n# BEGIN WordPress\n&lt;IfModule mod_rewrite.c&gt;\nRewriteEngine On\nRewriteBase \/\nRewriteRule ^index\\.php$ - [L]\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteCond %{REQUEST_FILENAME} !-d\nRewriteRule . \/index.php [L]\n&lt;\/IfModule&gt;\n\n# END WordPress\n\n### turns cache on for 1 weeks \n&lt;IfModule mod_expires.c&gt;\n ExpiresActive On\n ExpiresByType text\/css &quot;access plus 1 weeks&quot;\n ExpiresByType text\/javascript &quot;access plus 3 days&quot;\n ExpiresByType text\/html &quot;access plus 1 weeks&quot;\n ExpiresByType text\/javascript &quot;access plus 3 days&quot;\n ExpiresByType application\/x-javascript &quot;access plus 1 weeks&quot;\n ExpiresByType image\/gif &quot;access plus 1 weeks&quot;\n ExpiresByType image\/jpeg &quot;access plus 1 weeks&quot;\n ExpiresByType image\/png &quot;access plus 1 weeks&quot;\n ExpiresByType image\/x-icon &quot;access plus 1 weeks&quot;\n&lt;\/IfModule&gt;\n\n&lt;IfModule mod_rewrite.c&gt;\n###Deflate Compression by FileType\nRewriteEngine On\n AddOutputFilterByType DEFLATE text\/plain\n AddOutputFilterByType DEFLATE text\/html\n AddOutputFilterByType DEFLATE text\/xml\n AddOutputFilterByType DEFLATE text\/css\n AddOutputFilterByType DEFLATE text\/javascript\n AddOutputFilterByType DEFLATE image\/svg+xml\n AddOutputFilterByType DEFLATE application\/xml\n AddOutputFilterByType DEFLATE application\/xhtml+xml\n AddOutputFilterByType DEFLATE application\/rss+xml\n AddOutputFilterByType DEFLATE application\/atom_xml\n AddOutputFilterByType DEFLATE application\/javascript\n AddOutputFilterByType DEFLATE application\/x-javascript\n AddOutputFilterByType DEFLATE application\/x-shockwave-flash\n\n###Prefetching unterbinden von Mozilla Firefox\nRewriteCond %{HTTP_X_MOZ} ^prefetch$\nRewriteRule ^.*$ - [F]\n\n###Sometimes your rewrites cause infinite loops, stop it with one of these rewrite code snippets.\nRewriteCond %{REQUEST_URI} ^\/(stats\/|missing\\.html|failed_auth\\.html|error\/).* [NC]\nRewriteRule .* - [L]\nRewriteCond %{ENV:REDIRECT_STATUS} 200\nRewriteRule .* - [L]\n&lt;\/IfModule&gt;\n\n&lt;IfModule mod_rewrite.c&gt;\n# Enable rewrite engine\nRewriteEngine On\n# Block suspicious request methods\nRewriteCond %{REQUEST_METHOD} ^(HEAD|TRACE|DELETE|TRACK|DEBUG) [NC]\nRewriteRule ^(.*)$ - [F,L]\n \n# Block WP timthumb hack\nRewriteCond %{REQUEST_URI} (timthumb\\.php|phpthumb\\.php|thumb\\.php|thumbs\\.php) [NC]\nRewriteRule . - [S=1]\n \n# Block suspicious user agents and requests\nRewriteCond %{HTTP_USER_AGENT} (libwww-perl|wget|python|nikto|curl|scan|java|winhttp|clshttp|loader) [NC,OR]\nRewriteCond %{HTTP_USER_AGENT} (&lt;|&gt;|&#039;|%0A|%0D|%27|%3C|%3E|%00) [NC,OR]\nRewriteCond %{HTTP_USER_AGENT} (;|&lt;|&gt;|&#039;|&quot;|\\)|\\(|%0A|%0D|%22|%27|%28|%3C|%3E|%00).*(libwww-perl|wget|python|nikto|curl|scan|java|winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner) [NC,OR]\nRewriteCond %{THE_REQUEST} \\?\\ HTTP\/ [NC,OR]\nRewriteCond %{THE_REQUEST} \\\/\\*\\ HTTP\/ [NC,OR]\nRewriteCond %{THE_REQUEST} etc\/passwd [NC,OR]\nRewriteCond %{THE_REQUEST} cgi-bin [NC,OR]\nRewriteCond %{THE_REQUEST} (%0A|%0D) [NC,OR]\n\n# Block MySQL injections, RFI, base64, etc.\nRewriteCond %{QUERY_STRING} [a-zA-Z0-9_]=http:\/\/ [OR]\nRewriteCond %{QUERY_STRING} [a-zA-Z0-9_]=(\\.\\.\/\/?)+ [OR]\nRewriteCond %{QUERY_STRING} [a-zA-Z0-9_]=\/([a-z0-9_.]\/\/?)+ [NC,OR]\nRewriteCond %{QUERY_STRING} \\=PHP[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12} [NC,OR]\nRewriteCond %{QUERY_STRING} (\\.\\.\/|\\.\\.) [OR]\nRewriteCond %{QUERY_STRING} ftp\\: [NC,OR]\nRewriteCond %{QUERY_STRING} http\\: [NC,OR]\nRewriteCond %{QUERY_STRING} https\\: [NC,OR]\nRewriteCond %{QUERY_STRING} \\=\\|w\\| [NC,OR]\nRewriteCond %{QUERY_STRING} ^(.*)\/self\/(.*)$ [NC,OR]\nRewriteCond %{QUERY_STRING} ^(.*)cPath=http:\/\/(.*)$ [NC,OR]\nRewriteCond %{QUERY_STRING} (\\&lt;|%3C).*script.*(\\&gt;|%3E) [NC,OR]\nRewriteCond %{QUERY_STRING} (&lt;|%3C)([^s]*s)+cript.*(&gt;|%3E) [NC,OR]\nRewriteCond %{QUERY_STRING} (\\&lt;|%3C).*iframe.*(\\&gt;|%3E) [NC,OR]\nRewriteCond %{QUERY_STRING} (&lt;|%3C)([^i]*i)+frame.*(&gt;|%3E) [NC,OR]\nRewriteCond %{QUERY_STRING} base64_encode.*\\(.*\\) [NC,OR]\nRewriteCond %{QUERY_STRING} base64_(en|de)code[^(]*\\([^)]*\\) [NC,OR]\nRewriteCond %{QUERY_STRING} GLOBALS(=|\\[|\\%[0-9A-Z]{0,2}) [OR]\nRewriteCond %{QUERY_STRING} _REQUEST(=|\\[|\\%[0-9A-Z]{0,2}) [OR]\nRewriteCond %{QUERY_STRING} ^.*(\\[|\\]|\\(|\\)|&lt;|&gt;).* [NC,OR]\nRewriteCond %{QUERY_STRING} (NULL|OUTFILE|LOAD_FILE) [OR]\nRewriteCond %{QUERY_STRING} (\\.\/|\\..\/|\\...\/)+(motd|etc|bin) [NC,OR]\nRewriteCond %{QUERY_STRING} (localhost|loopback|127\\.0\\.0\\.1) [NC,OR]\nRewriteCond %{QUERY_STRING} (&lt;|&gt;|&#039;|%0A|%0D|%27|%3C|%3E|%00) [NC,OR]\nRewriteCond %{QUERY_STRING} concat[^\\(]*\\( [NC,OR]\nRewriteCond %{QUERY_STRING} union([^s]*s)+elect [NC,OR]\nRewriteCond %{QUERY_STRING} union([^a]*a)+ll([^s]*s)+elect [NC,OR]\nRewriteCond %{QUERY_STRING} (;|&lt;|&gt;|&#039;|&quot;|\\)|%0A|%0D|%22|%27|%3C|%3E|%00).*(\/\\*|union|select|insert|drop|delete|update|cast|create|char|convert|alter|declare|order|script|set|md5|benchmark|encode) [NC,OR]\nRewriteCond %{QUERY_STRING} (sp_executesql) [NC]\nRewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in_.*$\nRewriteRule ^(.*)$ - [F,L]\n&lt;\/IfModule&gt;\n&lt;IfModule mod_rewrite.c&gt;\n# Block Russian Referrer Spam\nRewriteEngine on\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*ilovevitaly\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*ilovevitaly.\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*ilovevitaly\\.org [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*ilovevitaly\\.info [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*iloveitaly\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*econom\\.co [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*savetubevideo\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*kambasoft\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*buttons\\-for\\-website\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*semalt\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*darodar\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*100dollars-seo\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*12masterov\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*4webmasters\\.org [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*7makemoneyonline\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*acads\\.net [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*adcash\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*adviceforum\\.info [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*affordablewebsitesandmobileapps\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*akuhni.by [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*allwomen\\.info [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*alpharma\\.net [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*altermix\\.ua [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*amt-k\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*anal-acrobats.hol\\.es [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*android-style\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*anticrawler\\.org [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*arkkivoltti\\.net [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*aruplighting\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*baladur\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*bard-real\\.com\/\\.ua [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*best-seo-offer\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*best-seo-solution\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*bestmobilityscooterstoday\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*bestwebsitesawards\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*billiard-classic\\.com\/\\.ua [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*blackhatworth\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*blue-square\\.biz [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*bmw.afora\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*brakehawk\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*brothers-smaller\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*buttons-for-website\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*buttons-for-your-website\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*buy-cheap-online\\.info [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*buy-forum\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*cardiosport\\.com\/\\.ua [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*cartechnic\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*cenokos\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*cenoval\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*ci\\.ua [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*cityadspix\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*cubook.supernew\\.org [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*customsua\\.com\/\\.ua [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*darodar\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*delfin-aqua\\.com\/\\.ua [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*detskie-konstruktory\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*dipstar\\.org [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*djekxa\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*dojki-hd\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*domination.ml [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*doska-vsem\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*dostavka-v-krym\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*drupa\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*dvr.biz\\.ua [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*e-kwiaciarz.pl [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*ecomp3\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*econom.co [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*edakgfvwql\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*elmifarhangi\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*este-line\\.com\/\\.ua [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*euromasterclass\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*europages\\.com\/\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*eurosamodelki\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*event-tracking\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*forum20.smailik\\.org [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*forum69\\.info [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*free-share-buttons\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*free-social-buttons\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*freewhatsappload\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*generalporn\\.org [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*germes-trans\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*get-free-traffic-now\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*ghazel\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*girlporn\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*gkvector\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*gobongo\\.info [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*goodprotein\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*googlsucks\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*guardlink\\.org [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*hulfingtonpost\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*humanorightswatch\\.org [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*hundejo\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*hvd-store\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*ico.re [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*igru-xbox\\.net [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*iloveitaly.ro [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*iloveitaly\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*ilovevitaly.co [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*ilovevitaly\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*ilovevitaly\\.info [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*ilovevitaly\\.org [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*ilovevitaly\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*iminent\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*imperiafilm\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*iskalko\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*ispaniya-costa-blanca\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*it-max\\.com\/\\.ua\/ [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*jjbabskoe\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*kabbalah-red-bracelets\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*kambasoft\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*kazrent\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*kino-fun\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*kino-key\\.info [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*kinopolet\\.net [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*laxdrills\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*littleberry\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*luxup\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*makemoneyonline\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*maridan\\.com\/\\.ua [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*masterseek\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*mebelcomplekt\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*mebeldekor\\.com\/\\.ua [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*med-zdorovie\\.com\/\\.ua [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*minegam\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*mirobuvi\\.com\/\\.ua [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*msk.afora\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*myftpupload\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*niki-mlt\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*novosti-hi-tech\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*o-o-6-o-o\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*o-o-8-o-o\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*ok\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*onlywoman\\.org\/ [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*ooo-olni\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*ozas\\.net\/ [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*palvira\\.com\/\\.ua [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*photokitchendesign\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*pornhub-forum.ga [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*pornhub-forum.uni.me [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*pornhub-ru\\.com\/ [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*pornoforadult\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*pozdravleniya-c\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*priceg\\.com\/ [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*prodvigator\\.ua [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*psa48\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*qitt\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*ranksonic\\.info [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*ranksonic\\.org [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*rapidgator-porn.ga [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*research.ifmo\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*resellerclub\\.com\/ [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*sady-urala\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*sanjosestartups\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*savetubevideo\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*screentoolkit\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*search-error\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*semalt\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*seo-smm.kz [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*seoexperimenty\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*sexyteens.hol\\.es [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*shop.xz618\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*simple-share-buttons\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*slftsdybbg\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*slkrm\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*social-buttons\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*socialseet\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*sohoindia\\.net [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*spb.afora\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*spravka130\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*superiends\\.org [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*tattooha\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*tedxrj\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*theguardlan\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*toyota.7zap\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*trafficmonetize\\.org [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*trion.od\\.ua\/ [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*vodkoved\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*webmaster-traffic\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*websites-reviews\\.com [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*websocial.me [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*ykecwqlixx\\.ru [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*youporn-forum.ga [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*youporn-forum.uni.me [NC,OR]\nRewriteCond %{HTTP_REFERER} ^http\\:\\\/\\\/.*zastroyka\\.org [NC]\nRewriteRule ^(.*)$ - [F,L]\n&lt;\/IfModule&gt;\n### verhindert das robot.txt in der Suche angezeigt wird\n&lt;FilesMatch &quot;robots.txt&quot;&gt;\nHeader set X-Robots-Tag &quot;noindex&quot;\n&lt;\/FilesMatch&gt;<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-62312","topic","type-topic","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/de.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/62312","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/de.wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/de.wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":1,"href":"https:\/\/de.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/62312\/revisions"}],"predecessor-version":[{"id":62316,"href":"https:\/\/de.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/62312\/revisions\/62316"}],"wp:attachment":[{"href":"https:\/\/de.wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=62312"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}