..... krank-optimiert! (heißt: [size=14]Autoptimize)[/SIZE]
Vielleicht, aber auf der anderen Seite meckert Google, wenn die Page-Speed zu lahm ist. :/
Um schreiben oder kommentieren zu können, benötigen Sie ein Benutzerkonto.
Sie haben schon ein Benutzerkonto? Melden Sie sich hier an.
Jetzt anmeldenHier können Sie ein neues Benutzerkonto erstellen.
Neues Benutzerkonto erstellen..... krank-optimiert! (heißt: [size=14]Autoptimize)[/SIZE]
Vielleicht, aber auf der anderen Seite meckert Google, wenn die Page-Speed zu lahm ist. :/
Ich habe eben festegestellt, daß das Plugin Autooptimize ggf. die Fehler verursacht hat. Ich habs deaktiviert und jetzt scheint die Darstellung korrekt zu sein.
Hi,
ich habe Probleme mit Envira Gallery bei der Anzeige von Bildern. In manchen Browsern und Geräten wird die Galerie korrekt dargestellt (4 Spalten, Bilder anklickbar), in einigen anderen leider nicht.
Ich habe das Problem mit verschiedenen Galerie-Plugins, komme aber nicht dahinter, woran es liegt.
W3 Cache habe ich bsplsw. deaktiviert, brachte aber keine Besserung.
Kann mir jemand ggf. helfen?
https://www.engelfotografie.com/hochzeitsfotog…age-aachen-nrw/
Kann viele Ursachen haben...
- Welche genaue Fehlermeldung?
- Was wird wo wie eingefügt?
- Bilder ggf. zu gross?
- Funktioniert es testweise mit dem Plugin Classic Editor?
'Verbindung wurde unterbrochen. Speichern wurde deaktiviert, bis die Verbindung wiederhergestellt ist...'
Es handelt sich um 49 Jpegs in der Größe 900px, je Bild ca. 100KB.
Ich versuche es mit dem Classic Editor, wie es auch schon dutzende Male zuvor problemlos funktioniert hatte.
Hallo zusammen.
Ich habe leider das Problem, daß Bilder nicht in den Beitrag eingefügt werden können und die Verbindung unterbrochen wird.
Hat jemand eine Idee?
Danke
Pat
Guten Abend,
ich suche derzeit ein Plugin, womit ich eine Fotolightbox mit kleinem Karrussel darunter erstellen kann.
Beispiel: http://www.spree-liebe.de/hochzeitsrepor…-rzucewo-polen/
Da steht, daß meine Seite bestätigt wurde, jedoch eine erneute Bestätigung erforderlich sei. Aber ich finde zur erneuten Bestätigung (zuvor Analytics) keine Option.
Habe ich eben probiert - konnte dann den Server nicht mehr erreichen.
Irgendwas habe ich falsch gemacht.
htaccess Umleitung auf www
# 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 Custom
<ifModule mod_headers.c>
Header set Connection keep-alive
</ifModule>
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
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
</IfModule>
<IfModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/css "access plus 1 week"
ExpiresByType text/javascript "access plus 1 week"
ExpiresByType text/html "access plus 1 week"
ExpiresByType application/javascript "access plus 1 week"
ExpiresByType application/x-javascript "access plus 1 week"
ExpiresByType application/xhtml-xml "access plus 600 seconds"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 month"
</IfModule>
<ifmodule mod_headers.c>
<filesmatch "\\.(ico|jpe?g|png|gif|swf)$">
Header set Cache-Control "max-age=2592000, public"
</filesmatch>
<filesmatch "\\.(css)$">
Header set Cache-Control "max-age=604800, public"
</filesmatch>
<filesmatch "\\.(js)$">
Header set Cache-Control "max-age=604800, private"
</filesmatch>
<filesmatch "\\.(x?html?|php)$">
Header set Cache-Control "max-age=600, private, must-revalidate"
</filesmatch>
</ifmodule>
<IfModule mod_headers.c>
Header append Vary Accept-Encoding
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ https://www.%%7bhttp_host%7d/%241 [L,R=301]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%%7bhttp_host%7d/%241 [L,R=301]
# END Custom
Also in Zukunft immer ##BEGIN WORDPRESS## - ##END WORDPRESS## und dann erst # CUSTOM Anpassungen #.LG
Also so nicht?
Ist klar geworden. :-)
Ah, ein Licht geht auf! :D
Ich habe mich die ganze Zeit gewundert, warum die htaccess immer wieder den Standardinhalt anzeigen.
Also eigentlich dann so:
# BEGIN WordPress
Standardinhalt
# END 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>
<ifModule mod_headers.c>
Header set Connection keep-alive
</ifModule>
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
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
</IfModule>
<IfModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/css "access plus 1 week"
ExpiresByType text/javascript "access plus 1 week"
ExpiresByType text/html "access plus 1 week"
ExpiresByType application/javascript "access plus 1 week"
ExpiresByType application/x-javascript "access plus 1 week"
ExpiresByType application/xhtml-xml "access plus 600 seconds"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 month"
</IfModule>
<ifmodule mod_headers.c>
<filesmatch "\\.(ico|jpe?g|png|gif|swf)$">
Header set Cache-Control "max-age=2592000, public"
</filesmatch>
<filesmatch "\\.(css)$">
Header set Cache-Control "max-age=604800, public"
</filesmatch>
<filesmatch "\\.(js)$">
Header set Cache-Control "max-age=604800, private"
</filesmatch>
<filesmatch "\\.(x?html?|php)$">
Header set Cache-Control "max-age=600, private, must-revalidate"
</filesmatch>
</ifmodule>
<IfModule mod_headers.c>
Header append Vary Accept-Encoding
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ https://www.%%7bhttp_host%7d/%241 [L,R=301]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%%7bhttp_host%7d/%241 [L,R=301]
Ach so, okay, danke. :-)
Also lediglich https://www.engelfotografie.com/sitemap.xml in die robots.txt einfügen? Oder muß ich das in einen Befehl verpacken?
User-agent: *
Disallow: /cgi-bin/
Disallow: /wp-admin/
Disallow: /trackback/
Disallow: /feed/
Disallow: /comments/
Disallow: */trackback/
Disallow: */feed/
Disallow: */comments/
Sitemap: http://www.engelfotografie.com/sitemap.xml
Und hier noch https statt http.
Hallo,
ich verwende entweder Yoast SEO oder Google XML Sitemap, um eine Sitemap anzulegen.
Komischwerweise finden weder ich (via Filezilla), noch Google oder http://seorch.de/ eine Sitemap...:shock:
Irgendwo muß sie doch liegen.
Gruß
Pat
Bin leider nicht so versiert mit dem Code, daher kann ich nicht beurteilen, welche Version 'besser' wäre. :-)
[SIZE=+1][FONT=Helvetica]Okay, ich muß es also so eingeben:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ https://www.%%7bhttp_host%7d/%241 [L,R=301]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%%7bhttp_host%7d/%241 [L,R=301]
# END WordPress
Wo genau trage ich 'meinedomain' ein?[/FONT][/SIZE]
WP versucht immer wenn du in den Permalink Einstellungen bist, die .htaccess neu zu schreiben und ersetzt dann alles zwischen BEGIN und END.
Okay, immer wenn ich in 'einstellungen'-'permalinks' bin, wird die htaccess neu auf den Standardeintrag gesetzt?