keiner eine Idee?
Beiträge von weberlii
-
-
wie sehe ich das ob das Module auf dem Server ist?
-
hallo zusammen,
ich sitzte aktuell immer noch an meiner Kompression habe alles was ich brauch in meine .htaccess aber nichts klappt nicht mal mein Cach....Code
Alles anzeigenmod_gzip_on Yes # Deflate Compression by FileType <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> # turns cache on for 1 month <IfModule mod_expires.c> ExpiresActive On ExpiresByType text/css "access plus 1 month" ExpiresByType text/javascript "access plus 1 month" ExpiresByType text/html "access plus 1 month" ExpiresByType application/javascript "access plus 1 month" 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=216000, private" </filesmatch> </ifmodule> # Deflate Compression by MimeType <IfModule mod_deflate.c> <FilesMatch "\.(js|jpg|jpeg|gif|png|css)$"> ExpiresActive on ExpiresDefault "access plus 1 month" SetOutputFilter DEFLATE </FilesMatch> </IfModule>habe ich ein Fehler oder was muss ich ändern?
-
Und hast nicht ein bisschen Ahnung von Linux. Das ist absolut gefährlich.
Du sollst die beiden Befehle nicht in die .htaccess einbauen, sondern auf der Konsole ausführen.
vergessen zu sagen das ich ein windows Server habe.
-
natürlich bin ich Administrator volle Rechte
habe den Code eingebaut aber es hat sich nichts geändert! -
Komprimierung sehe ich gar nicht. Bietet denn überhaupt dein Hoster diese Möglichkeiten an?
Ja,
Die Homepage läuft auf einem vServer und mit Plesk
Wie wäre dann der Code für Komprimierung? -
Huhu zusammen,
ich hätte ein kleines Problem und zwar gelaube ich das meine .htaccess nicht richtig funktioniert bzw nicht richtig greift. Sie sollte Eigendlich [h=4]Komprimierung aktivieren und Browser-Caching nutzen aber irgendwie geht nichts :([/h]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> ## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/gif "access 1 year" ExpiresByType image/png "access 1 year" ExpiresByType text/css "access 1 month" ExpiresByType application/pdf "access 1 month" ExpiresByType text/x-javascript "access 1 month" ExpiresByType application/x-shockwave-flash "access 1 month" ExpiresByType image/x-icon "access 1 year" ExpiresDefault "access 2 days" </IfModule> ## EXPIRES CACHING ## # END WordPressWürde mich auf eine Antwort freuen
-
Hallo zusammen,
ich suche für meine Seite ein Plugin, das wenn du ein Beitrag fertig gelesen hast das in unten in der rechten Ecke ein Random Beitrag erscheint was er dann anklicken kann und wenn er will das Lesen kann.
Gibt es solche Plugins? -
mein ziel war es das ich von meiner alten verlinkung gaming-pro.de/home auf gaming-pro.de verlinken. Gewünscht wird natürlich die http://www.gaming-pro.de
-
Wie schon oben in der Überschrift steht, habe ich meine Domain name gewechselt nun werden mir meine Seiten nicht mehr angezeigt und keine Beiträge.
Die Domaine habe ich über die Datenbank geändert von http://www.gaming-pro.de/home zu http://www.gaming-pro.de Natürlich habe ich auch eine Passende Domaine Umleitung von meinem Hoster Aktiviert!Code[h=1]Internal Server Error[/h][COLOR=#000000][FONT=Times New Roman]The server encountered an internal error or misconfiguration and was unable to complete your request.[/FONT][/COLOR] [COLOR=#000000][FONT=Times New Roman]Please contact the server administrator, service@webmailer.de and inform them of the time the error occurred, and anything you might have done that may have caused the error.[/FONT][/COLOR] [COLOR=#000000][FONT=Times New Roman]More information about this error may be available in the server error log.[/FONT][/COLOR]Dies ist die Meldung die ich bekomme. Wie löse ich das Problem am besten?
-
ja natürlich :) Sorry http://www.gaming-pro.de
-
Hallo zusammen,
Irgendwie ist mein Wordpress sehr langsam ich habe ein Ladezeit von ca.10 Sekunden und ich weiß nicht was ich machen soll. Habe schon css reduziert genauso auch HTML, DB-Optimiert und was man noch so machen kann hat wer noch eine Idee man das Lösen kann? [h=4][/h]