• Hallo,

    ich habe gerade meine Website auf https umgestellt und bekomme noch folgende Fehlermeldung:

    Mixed Content: The page at 'https://linkzurwebsite.de' was loaded over HTTPS, but requested an insecure stylesheet 'http://linkzurwebsite.de'. This request has been blocked; the content must be served over HTTPS.

    Wie bekomme ich es hin, dass die stylesheet über https geladen wird?
    Ich bin für jede Hilfe sehr Dankbar!

    Anbei auch meine .htaccess:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # 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
    
    ### turns cache on for 1 weeks 
    <IfModule mod_expires.c>
     ExpiresActive On
     ExpiresByType text/css "access plus 1 weeks"
     ExpiresByType text/javascript "access plus 3 days"
     ExpiresByType text/html "access plus 1 weeks"
     ExpiresByType text/javascript "access plus 3 days"
     ExpiresByType application/x-javascript "access plus 1 weeks"
     ExpiresByType image/gif "access plus 1 weeks"
     ExpiresByType image/jpeg "access plus 1 weeks"
     ExpiresByType image/png "access plus 1 weeks"
     ExpiresByType image/x-icon "access plus 1 weeks"
    </IfModule>
    
    <IfModule mod_rewrite.c>
    ###Deflate Compression by FileType
    RewriteEngine On
     AddOutputFilterByType DEFLATE text/plain
     AddOutputFilterByType DEFLATE text/html
     AddOutputFilterByType DEFLATE text/xml
     AddOutputFilterByType DEFLATE text/css
     AddOutputFilterByType DEFLATE text/javascript
     AddOutputFilterByType DEFLATE image/svg+xml
     AddOutputFilterByType DEFLATE application/xml
     AddOutputFilterByType DEFLATE application/xhtml+xml
     AddOutputFilterByType DEFLATE application/rss+xml
     AddOutputFilterByType DEFLATE application/atom_xml
     AddOutputFilterByType DEFLATE application/javascript
     AddOutputFilterByType DEFLATE application/x-javascript
     AddOutputFilterByType DEFLATE application/x-shockwave-flash
    
    ###Prefetching unterbinden von Mozilla Firefox
    RewriteCond %{HTTP_X_MOZ} ^prefetch$
    RewriteRule ^.*$ - [F]
    
    ###Sometimes your rewrites cause infinite loops, stop it with one of these rewrite code snippets.
    RewriteCond %{REQUEST_URI} ^/(stats/|missing\.html|failed_auth\.html|error/).* [NC]
    RewriteRule .* - [L]
    RewriteCond %{ENV:REDIRECT_STATUS} 200
    RewriteRule .* - [L]
    </IfModule>
    
    <IfModule mod_rewrite.c>
    # Enable rewrite engine
    RewriteEngine On
    # Block suspicious request methods
    RewriteCond %{REQUEST_METHOD} ^(HEAD|TRACE|DELETE|TRACK|DEBUG) [NC]
    RewriteRule ^(.*)$ - [F,L]
     
    # Block WP timthumb hack
    RewriteCond %{REQUEST_URI} (timthumb\.php|phpthumb\.php|thumb\.php|thumbs\.php) [NC]
    RewriteRule . - [S=1]
     
    # Block suspicious user agents and requests
    RewriteCond %{HTTP_USER_AGENT} (libwww-perl|wget|python|nikto|curl|scan|java|winhttp|clshttp|loader) [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} (<|>|'|%0A|%0D|%27|%3C|%3E|%00) [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} (;|<|>|'|"|\)|\(|%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]
    RewriteCond %{THE_REQUEST} \?\ HTTP/ [NC,OR]
    RewriteCond %{THE_REQUEST} \/\*\ HTTP/ [NC,OR]
    RewriteCond %{THE_REQUEST} etc/passwd [NC,OR]
    RewriteCond %{THE_REQUEST} cgi-bin [NC,OR]
    RewriteCond %{THE_REQUEST} (%0A|%0D) [NC,OR]
    
    # Block MySQL injections, RFI, base64, etc.
    RewriteCond %{QUERY_STRING} [a-zA-Z0-9_]=http:// [OR]
    RewriteCond %{QUERY_STRING} [a-zA-Z0-9_]=(\.\.//?)+ [OR]
    RewriteCond %{QUERY_STRING} [a-zA-Z0-9_]=/([a-z0-9_.]//?)+ [NC,OR]
    RewriteCond %{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]
    RewriteCond %{QUERY_STRING} (\.\./|\.\.) [OR]
    RewriteCond %{QUERY_STRING} ftp\: [NC,OR]
    RewriteCond %{QUERY_STRING} http\: [NC,OR]
    RewriteCond %{QUERY_STRING} https\: [NC,OR]
    RewriteCond %{QUERY_STRING} \=\|w\| [NC,OR]
    RewriteCond %{QUERY_STRING} ^(.*)/self/(.*)$ [NC,OR]
    RewriteCond %{QUERY_STRING} ^(.*)cPath=http://(.*)$ [NC,OR]
    RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
    RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
    RewriteCond %{QUERY_STRING} (\<|%3C).*iframe.*(\>|%3E) [NC,OR]
    RewriteCond %{QUERY_STRING} (<|%3C)([^i]*i)+frame.*(>|%3E) [NC,OR]
    RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [NC,OR]
    RewriteCond %{QUERY_STRING} base64_(en|de)code[^(]*\([^)]*\) [NC,OR]
    RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
    RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) [OR]
    RewriteCond %{QUERY_STRING} ^.*(\[|\]|\(|\)|<|>).* [NC,OR]
    RewriteCond %{QUERY_STRING} (NULL|OUTFILE|LOAD_FILE) [OR]
    RewriteCond %{QUERY_STRING} (\./|\../|\.../)+(motd|etc|bin) [NC,OR]
    RewriteCond %{QUERY_STRING} (localhost|loopback|127\.0\.0\.1) [NC,OR]
    RewriteCond %{QUERY_STRING} (<|>|'|%0A|%0D|%27|%3C|%3E|%00) [NC,OR]
    RewriteCond %{QUERY_STRING} concat[^\(]*\( [NC,OR]
    RewriteCond %{QUERY_STRING} union([^s]*s)+elect [NC,OR]
    RewriteCond %{QUERY_STRING} union([^a]*a)+ll([^s]*s)+elect [NC,OR]
    RewriteCond %{QUERY_STRING} (;|<|>|'|"|\)|%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]
    RewriteCond %{QUERY_STRING} (sp_executesql) [NC]
    RewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in_.*$
    RewriteRule ^(.*)$ - [F,L]
    </IfModule>
    <IfModule mod_rewrite.c>
    # Block Russian Referrer Spam
    RewriteEngine on
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*ilovevitaly\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*ilovevitaly.\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*ilovevitaly\.org [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*ilovevitaly\.info [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*iloveitaly\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*econom\.co [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*savetubevideo\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*kambasoft\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*buttons\-for\-website\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*semalt\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*darodar\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*100dollars-seo\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*12masterov\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*4webmasters\.org [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*7makemoneyonline\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*acads\.net [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*adcash\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*adviceforum\.info [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*affordablewebsitesandmobileapps\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*akuhni.by [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*allwomen\.info [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*alpharma\.net [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*altermix\.ua [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*amt-k\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*anal-acrobats.hol\.es [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*android-style\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*anticrawler\.org [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*arkkivoltti\.net [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*aruplighting\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*baladur\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*bard-real\.com/\.ua [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*best-seo-offer\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*best-seo-solution\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*bestmobilityscooterstoday\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*bestwebsitesawards\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*billiard-classic\.com/\.ua [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*blackhatworth\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*blue-square\.biz [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*bmw.afora\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*brakehawk\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*brothers-smaller\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*buttons-for-website\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*buttons-for-your-website\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*buy-cheap-online\.info [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*buy-forum\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*cardiosport\.com/\.ua [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*cartechnic\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*cenokos\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*cenoval\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*ci\.ua [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*cityadspix\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*cubook.supernew\.org [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*customsua\.com/\.ua [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*darodar\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*delfin-aqua\.com/\.ua [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*detskie-konstruktory\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*dipstar\.org [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*djekxa\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*dojki-hd\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*domination.ml [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*doska-vsem\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*dostavka-v-krym\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*drupa\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*dvr.biz\.ua [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*e-kwiaciarz.pl [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*ecomp3\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*econom.co [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*edakgfvwql\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*elmifarhangi\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*este-line\.com/\.ua [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*euromasterclass\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*europages\.com/\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*eurosamodelki\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*event-tracking\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*forum20.smailik\.org [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*forum69\.info [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*free-share-buttons\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*free-social-buttons\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*freewhatsappload\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*generalporn\.org [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*germes-trans\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*get-free-traffic-now\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*ghazel\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*girlporn\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*gkvector\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*gobongo\.info [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*goodprotein\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*googlsucks\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*guardlink\.org [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*hulfingtonpost\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*humanorightswatch\.org [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*hundejo\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*hvd-store\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*ico.re [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*igru-xbox\.net [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*iloveitaly.ro [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*iloveitaly\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*ilovevitaly.co [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*ilovevitaly\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*ilovevitaly\.info [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*ilovevitaly\.org [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*ilovevitaly\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*iminent\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*imperiafilm\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*iskalko\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*ispaniya-costa-blanca\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*it-max\.com/\.ua/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*jjbabskoe\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*kabbalah-red-bracelets\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*kambasoft\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*kazrent\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*kino-fun\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*kino-key\.info [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*kinopolet\.net [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*laxdrills\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*littleberry\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*luxup\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*makemoneyonline\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*maridan\.com/\.ua [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*masterseek\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*mebelcomplekt\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*mebeldekor\.com/\.ua [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*med-zdorovie\.com/\.ua [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*minegam\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*mirobuvi\.com/\.ua [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*msk.afora\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*myftpupload\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*niki-mlt\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*novosti-hi-tech\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*o-o-6-o-o\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*o-o-8-o-o\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*ok\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*onlywoman\.org/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*ooo-olni\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*ozas\.net/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*palvira\.com/\.ua [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*photokitchendesign\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*pornhub-forum.ga [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*pornhub-forum.uni.me [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*pornhub-ru\.com/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*pornoforadult\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*pozdravleniya-c\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*priceg\.com/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*prodvigator\.ua [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*psa48\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*qitt\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*ranksonic\.info [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*ranksonic\.org [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*rapidgator-porn.ga [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*research.ifmo\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*resellerclub\.com/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*sady-urala\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*sanjosestartups\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*savetubevideo\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*screentoolkit\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*search-error\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*semalt\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*seo-smm.kz [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*seoexperimenty\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*sexyteens.hol\.es [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*shop.xz618\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*simple-share-buttons\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*slftsdybbg\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*slkrm\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*social-buttons\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*socialseet\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*sohoindia\.net [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*spb.afora\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*spravka130\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*superiends\.org [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*tattooha\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*tedxrj\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*theguardlan\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*toyota.7zap\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*trafficmonetize\.org [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*trion.od\.ua/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*vodkoved\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*webmaster-traffic\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*websites-reviews\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*websocial.me [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*ykecwqlixx\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*youporn-forum.ga [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*youporn-forum.uni.me [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http\:\/\/.*zastroyka\.org [NC]
    RewriteRule ^(.*)$ - [F,L]
    </IfModule>
    ### verhindert das robot.txt in der Suche angezeigt wird
    <FilesMatch "robots.txt">
    Header set X-Robots-Tag "noindex"
    </FilesMatch>

    Die Seite, für die ich Hilfe brauche: [Anmelden, um den Link zu sehen]

Ansicht von 15 Antworten – 1 bis 15 (von insgesamt 20)
  • Hi.

    Das hat wenig mit der htaccess zu tun.

    Dein Theme musst du beibringen, deine CSS Datei/en per https zu laden.

    Thread-Starter cyrax-pdm

    (@cyrax-pdm)

    Hallo espiat,

    vielen Dank für deinen Hinweis.
    Kannst du mir sagen wie ich dem theme das beibringe? Ich habe da leider nicht soviel Ahnung von… :/

    Gruß

    Das kommt wirklich ganz auf das Theme an.

    Bearbeite mal deinen ersten Eintrag und trage dort deine Seite ein bei „Link zu der Seite, für die du Hilfe brauchst:“

    Thread-Starter cyrax-pdm

    (@cyrax-pdm)

    Hallo espiat,

    ich bin dir sehr Dankbar für deine Hilfe!

    Eine Möglichkeit den ersten Beitrag zu bearbeiten habe ich nicht gefunden, aber die Seite um die es geht ist jetzt oben eingetragen.

    Vielen Dank und Beste Grüße

    Hallo,
    die Seite zeigt einen Datenschutzfehler.
    Schau mal in diesen Link, da wird kompetent beschrieben, wie man eine Seite von http auf https umstellt.
    Viele Grüße
    Hans-Gerd

    Kleine Randnotiz (auch wenn es nichts mit dem Problem zu tun hat), das ist in der .htaccess doppelt:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # 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
    Thread-Starter cyrax-pdm

    (@cyrax-pdm)

    Hallo Hans-Gerd, vielen Dank für den Link. Ich habe die Website mit einer ähnlichen Anleitung von http auf https umgestellt und der Fehler ist trotzdem aufgetreten. Bei 4 weiteren Seiten hat die Umstelllung wunderbar geklappt nur hier tritt der Fehler auf.

    @angelika, auch hier danke für den Hinweis. Ich habe den doppelten Eintrag entfernt.

    Nun bin ich allerdings genauso schlau wie vorher. Ich habe keine Ahnung wie ich den Fehler behoben bekomme 🙁

    Hallo,
    leider ist mir nicht klar, ob Du noch in den Admin-Bereich kommst. Evtl hilft Dir ja
    der folgende Link, damit die Seite zumindest wieder läuft und dann kannst Du ja noch mal versuchen, die Seite korrekt auf https umzustellen.

    Thread-Starter cyrax-pdm

    (@cyrax-pdm)

    Hallo Hans-Gerd, in den Adminbereich komme ich problemlos. Ich habe jetzt alle meine Dateien im Theme Ordner durchsucht und dort alle „http://&#8220; gegen „https://&#8220; ersetzt. Das hat schonmal etwas geholfen. Die Fehlermeldungen sind weniger geworden und haben sich auf 2 minimiert. Nun erhalte ich noch folgende Meldungen:

    "Resource interpreted as Stylesheet but transferred with MIME type text/html: "https://www.meine-website.d e/".

    und was wohl noch gravierender ist:

    "Uncaught SyntaxError: Unexpected token <"

    • Diese Antwort wurde geändert vor 5 Jahren, 8 Monaten von cyrax-pdm.

    Hallo,
    die Seite meldet allerdings immer noch: „Dies ist keine sichere Verbindung“

    Der erste Fehler ist deutlich: https://www.meine-website.d e/ müsste https://www.meine-website.de/ heißen (also ohne Leerzeichen zwischen d und e)

    Der zweite Fehler deutet darauf hin, dass Du was geändert hast, das zu einem Sytnaxerror führt (Unexpected token <). Aber was das sein könnte, kann ich so nicht sagen.

    Wie gesagt: Normalerweise würde ich ein backup wiederherstellen, dass Du vor der Umstellung erstellt hast und dann die ganze Prozedur sauber durchführen (siehe Links dazu).

    Thread-Starter cyrax-pdm

    (@cyrax-pdm)

    Hallo, entschuldige bitte die späte Antwort. Ich habe es erst jetzt wieder an den PC geschafft. das Leerzeichen zwischen d und e ist mir beim kopieren reingerutscht. Das war so in der Fehlermeldung nicht hinterlegt. Kurioserweise erscheint die Meldung auch gar nicht mehr, als hätte sich das Prblemlos von alleine gelöst….

    Über Firefox wird die Seite nun auch als sicher mit einem grünen Schloss eingestuft.

    Bei Chrome wird die Verbindung allerdings noch als „Nicht sicher“ und den Consolen Fehler Uncaught SyntaxError: Unexpected token < angezeigt.

    Hallo,
    bei mir wird die Seite sowohl in Chrome als auch in Firefox nicht angezeigt:

    Dies ist keine sichere Verbindung. Hacker könnten versuchen, Ihre Daten von blaster-review.de zu stehlen, zum Beispiel Passwörter, Nachrichten oder Kreditkartendaten.

    .
    Lade die Seite mal bei Chrome in einem neuem Inkognito-Fenster und prüfe, ob das bei Dir nicht auch der Fall ist.

    @hage
    war vermutlich nur temporär? Ich kann die Website aufrufen (auch im inkognito-Modus)
    Die Warnmeldung („Nicht sicher“) wird mir angezeigt.

    @cyrax-pdm
    Wegen des Fehlers in der Console, lies mal:
    https://stackoverflow.com/a/26615223

    @la-geek
    hmm, seltsam: Bei mir bekomme ich die Meldung immer noch

    @hage
    Welche Meldung bekommst du?

    Du hast doch oben geschrieben:

    bei mir wird die Seite sowohl in Chrome als auch in Firefox nicht angezeigt:

    Das liest sich so, als ob die Meldung „Dies ist keine sichere Verbindung …“ dir NICHT angezeigt wird.

    Zumal du das als Antwort auf die Aussage von @cyrax-pdm ->

    Bei Chrome wird die Verbindung allerdings noch als „Nicht sicher“ und den Consolen Fehler Uncaught SyntaxError: Unexpected token < angezeigt.“

    geschrieben und ihm geraten hattest, den inkognito-Modus von Chrome zu nutzen.

Ansicht von 15 Antworten – 1 bis 15 (von insgesamt 20)
  • Das Thema „Mixed Content“ ist für neue Antworten geschlossen.