Blog unter www. aufrufbar, aber nicht unter http://

  • Hallo zusammen,

    ich habe eine Frage bzgl. eines von mir auf meinem Blog heute morgen veröffentlichten Beitrags. Dieser wird mir auf meinem Blog leider nicht angezeigt, obwohl der Beitrag im Dashboard nicht als "Entwurf" gekennzeichnet ist. Die Seite bleibt einfach weiß. Cookies und Cache habe ich bereits geleert, auch versucht die Seite mit einem anderen Browser zu öffnen. Wenn ich die Sichtbarkeit des Beitrags dann einmal auf "Privat" stelle, wird der Beitrag für mich auf einmal sichtbar. Woran könnte es also liegen, dass der Beitrag mir nicht angezeigt wird, wenn ich ihn auf "öffentliche" Sichtbarkeit stelle?
    Der Link zum Beitrag: http://l.facebook.com/l.php?u=http%3…jBAMUnuqAzg&s=1


    Mir ist dabei noch etwas aufgefallen. Meinen Blog kann auch ebenfalls nicht erreichen wenn ich über http://jointhesunnyside.de

    gehe, es klappt allerdings wenn ich über http://l.facebook.com/l.php?u=http%3…nhwMnQZMLaw&s=1 gehe.

    Weiß jemand weiter?

    • Anzeige

    Hallo!

    Wenn du gerade an deiner Website arbeitest oder dein aktuelles Hosting überdenkst: Wir betreiben mit NetzLiving eine Hosting-Plattform, die speziell auf Performance, Sicherheit und einfache Verwaltung ausgelegt ist.

    • ✔️ Schnelle Ladezeiten (optimiert für WordPress & Co.)
    • ✔️ Deutsche Server & DSGVO-konform
    • ✔️ Persönlicher Support (kein 0815-Ticket-System)

    Mehr erfahren

  • was steht alles in der htaccess?

    wie ist die Domain im Verwaltungstool beim Hoster eingestellt.

    korrekt müßte sie unter www und nicht-www erreichbar sein und zwar indem eines von den beiden auf das andere weiterleitet.

  • Also beim Hoster (1und1) steht nur jointhesunnyside.de ... bei den WP-Einstellungen im Dashboard http://jointhesunnyside.de, sowohl bei WordPress-Adresse (URL) und Website-Adresse (URL). Letzteres könnte ich natürlich einfach abändern, nur weiß ich nicht genau, was dann passiert? Ich bin leider noch absoluter Laie was Wordpress angeht und hab Angst mit irgendwelchen Änderungen ganz schnell mal alles durcheinander zu bringen.
    Was mich selbst wundert ist, dass ich damit vorher nie Probleme hatte...

    So lautet die htc.acces:

    <IfModule mod_deflate.c>
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript
    AddOutputFilterByType DEFLATE image/svg+xml
    </IfModule>

    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType text/css A2419200
    ExpiresByType text/x-component A2419200
    ExpiresByType application/x-javascript A2419200
    ExpiresByType application/javascript A2419200
    ExpiresByType text/javascript A2419200
    ExpiresByType text/x-js A2419200
    ExpiresByType text/html A3600
    ExpiresByType text/richtext A3600
    ExpiresByType image/svg+xml A3600
    ExpiresByType text/plain A3600
    ExpiresByType text/xsd A3600
    ExpiresByType text/xsl A3600
    ExpiresByType text/xml A3600
    ExpiresByType video/asf A2419200
    ExpiresByType video/avi A2419200
    ExpiresByType image/bmp A2419200
    ExpiresByType application/java A2419200
    ExpiresByType video/divx A2419200
    ExpiresByType application/msword A2419200
    ExpiresByType application/vnd.ms-fontobject A2419200
    ExpiresByType application/x-msdownload A2419200
    ExpiresByType image/gif A2419200
    ExpiresByType application/x-gzip A2419200
    ExpiresByType image/x-icon A2419200
    ExpiresByType image/jpeg A2419200
    ExpiresByType application/json A2419200
    ExpiresByType application/vnd.ms-access A2419200
    ExpiresByType audio/midi A2419200
    ExpiresByType video/quicktime A2419200
    ExpiresByType audio/mpeg A2419200
    ExpiresByType video/mp4 A2419200
    ExpiresByType video/mpeg A2419200
    ExpiresByType application/vnd.ms-project A2419200
    ExpiresByType application/x-font-otf A2419200
    ExpiresByType application/vnd.ms-opentype A2419200
    ExpiresByType application/vnd.oasis.opendocument.database A2419200
    ExpiresByType application/vnd.oasis.opendocument.chart A2419200
    ExpiresByType application/vnd.oasis.opendocument.formula A2419200
    ExpiresByType application/vnd.oasis.opendocument.graphics A2419200
    ExpiresByType application/vnd.oasis.opendocument.presentation A2419200
    ExpiresByType application/vnd.oasis.opendocument.spreadsheet A2419200
    ExpiresByType application/vnd.oasis.opendocument.text A2419200
    ExpiresByType audio/ogg A2419200
    ExpiresByType application/pdf A2419200
    ExpiresByType image/png A2419200
    ExpiresByType application/vnd.ms-powerpoint A2419200
    ExpiresByType audio/x-realaudio A2419200
    ExpiresByType image/svg+xml A2419200
    ExpiresByType application/x-shockwave-flash A2419200
    ExpiresByType application/x-tar A2419200
    ExpiresByType image/tiff A2419200
    ExpiresByType application/x-font-ttf A2419200
    ExpiresByType application/vnd.ms-opentype A2419200
    ExpiresByType audio/wav A2419200
    ExpiresByType audio/wma A2419200
    ExpiresByType application/vnd.ms-write A2419200
    ExpiresByType application/font-woff A2419200
    ExpiresByType application/vnd.ms-excel A2419200
    ExpiresByType application/zip A2419200
    </IfModule>

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    AddHandler x-mapp-php5.5 .php

    # 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

  • Den Fehler habe ich nun endlich gefunden. Es liegt am Visual Composer... wenn ich das Plugin deaktiviere ist meine Seite wieder über http://... und über www. erreichbar, allerdings nur wie auf dem Bild, das ich beigefügt habe. Das heißt, alle Seiten und Beiträge, die ich mit Visual Composer angelegt habe werden nicht richtig anzeigt frown emoticon Das Plugin ist auf dem neusten Stand, das Theme selbst auch. Wenn ich das Plugin wieder aktiviere, bleibt die Seite weiß. Weiß jemand wie ich das nun wieder in den Griff bekommen kann?

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!