Beiträge von menik
-
-
PS: Ja das hat erstmal gereicht und alles funktioniert nun unter der gewünschten Domain.
-
Hinzu kam jetzt, dass die vorherige Domain wohl mit HTTPS eingerichtet war wie ich bei dem Googleeintrag gesehen habe.
Das habe ich nun bei Strato auch angefordert.Reicht es nun in der wp-config.php folgendes einzutragen, sobald SSL Zertifikat aktiv ist ?:
Codedefine('WP_SITEURL', 'https://www.hochzeitsplanung-gluecksgefuehle.de'); define('WP_HOME', 'https://www.hochzeitsplanung-gluecksgefuehle.de');Momentan sind die Domains so eingestellt:
[Blockierte Grafik: https://i.imgur.com/qp1g2Ur.png] -
Hey @Henk1060,
Danke, hatte jetzt erst nochmal zurückgestellt (alles hochzeit-gluecksgefuehle.de), damit die Seite erstmal sauber funktioniert. Da frage ich mich wie bei dir Schriften geblockt werden ?
Die .htaccess sieht momentan folgendermaßen aus:
Apache Configuration
Alles anzeigen# 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 # BEGIN WP-HUMMINGBIRD-GZIP <IfModule mod_deflate.c> SetOutputFilter DEFLATE <IfModule mod_setenvif.c> <IfModule mod_headers.c> SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding RequestHeader append Accept-Encoding "gzip,deflate" env=HAVE_Accept-Encoding </IfModule> </IfModule> <IfModule mod_filter.c> AddOutputFilterByType DEFLATE "application/atom+xml" \ "application/javascript" \ "application/json" \ "application/ld+json" \ "application/manifest+json" \ "application/rdf+xml" \ "application/rss+xml" \ "application/schema+json" \ "application/vnd.geo+json" \ "application/vnd.ms-fontobject" \ "application/x-font-ttf" \ "application/x-font-opentype" \ "application/x-font-truetype" \ "application/x-javascript" \ "application/x-web-app-manifest+json" \ "application/xhtml+xml" \ "application/xml" \ "font/eot" \ "font/opentype" \ "font/otf" \ "image/bmp" \ "image/svg+xml" \ "image/vnd.microsoft.icon" \ "image/x-icon" \ "text/cache-manifest" \ "text/css" \ "text/html" \ "text/javascript" \ "text/plain" \ "text/vcard" \ "text/vnd.rim.location.xloc" \ "text/vtt" \ "text/x-component" \ "text/x-cross-domain-policy" \ "text/xml" </IfModule> <IfModule mod_mime.c> AddEncoding gzip svgz </IfModule> </IfModule> # END WP-HUMMINGBIRD-GZIP ## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access plus 1 year" ExpiresByType image/jpeg "access plus 1 year" ExpiresByType image/gif "access plus 1 year" ExpiresByType image/png "access plus 1 year" ExpiresByType text/css "access plus 1 month" ExpiresByType application/pdf "access plus 1 month" ExpiresByType text/x-javascript "access plus 1 month" ExpiresByType application/x-shockwave-flash "access plus 1 month" ExpiresByType image/x-icon "access plus 1 year" ExpiresDefault "access plus 2 days" </IfModule> ## EXPIRES CACHING ##Da werde ich jetzt mal noch deinen Code hinzufügen, auch wenn ich denke dass es am code im head liegt:
Code<link rel="stylesheet" href="http://hochzeit-gluecksgefuehle.de/webfonts.css" type="text/css" charset="utf-8" />Den hatte ich absolut und nicht relativ gesetzt, da sonst auf den Unterseiten die .css nicht geladen wurde, sondern es halt nur auf der Startseite funktioniert hat.
Danke schonmal! Suche immer noch die genaue Vorgehensweise um auf die andere Domain umzustellen.
Beste Grüße
-
Hey zusammen,
ich finde im Netz gerade wieder lauter verschiedene Ansätze und habe es vor Ewigkeiten schonmal gemacht, aber weiss nun gerade nicht mehr genau wie ich "einfach" eine Domain wechsle.
Wordpress wurde installiert und alles eingerichtet unter der Domain: hochzeit-gluecksgefuehle.de
Alte Domain nun per AuthCode von Jimdo zu Strato geholt und zu selbem internen Pfad gelinkt: hochzeitsplanung-gluecksgefuehle.de
Ich wäre dankbar für eine (mir reicht kurze, stichpunktartige) Auflistung wie ich genau vorgehe um die Seite nun generell auf hochzeitsplanung-gluecksgefuehle.de laufen zu lassen. Wenn ich nur die URL in Allgemein ändere + Permalinks erneuere, funktionieren direkt Schriften und Icons nicht mehr...
Vielen herzlichen Dank und sorry wenn ich hier nach etwas Frage was bestimmt schonmal beantwortet wurde, aber in der Google-Suche und Forum-Suche finde ich zu verschiedensten Szenarien Lösungen und bin nun verwirrt, wie es ist wenn ich nur den Domain-Namen ändern will (Keine Installation in Unterordnern oder kompletter Umzug zu anderem Provider, etc.)
Danke & Beste Grüße
meniK