uweschledz
Verfasste Forenbeiträge
-
Forum: Allgemeine Fragen
Als Antwort auf: Multisite eingerichtet, seit dem werden meine Unterseiten auf Hauptwebseite nichIch habe jetzt die .htaccess geändert.
Kann allerdings den WP Super Cache nicht deinstallieren, da er Netzwerk aktiviert ist. Wie kann ich den den jetzt deinstallieren?
Forum: Allgemeine Fragen
Als Antwort auf: Multisite eingerichtet, seit dem werden meine Unterseiten auf Hauptwebseite nichsorry, ich habe die .htaccess nicht eingefügt
# BEGIN LSCACHE # END LSCACHE # BEGIN NON_LSCACHE # END NON_LSCACHE # BEGIN WordPress # Die Anweisungen (Zeilen) zwischen „BEGIN WordPress“ und „END WordPress“ sind # dynamisch generiert und sollten nur über WordPress-Filter geändert werden. # Alle Änderungen an den Anweisungen zwischen diesen Markierungen werden überschrieben. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L] <IfModule> # END WordPress # BEGIN WP-Optimize Gzip compression <IfModule mod_filter.c> <IfModule mod_deflate.c> # Compress HTML, CSS, JavaScript, Text, XML and fonts AddType application/vnd.ms-fontobject .eot AddType font/ttf .ttf AddType font/otf .otf AddType font/x-woff .woff AddType image/svg+xml .svg AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/vnd.ms-fontobject AddOutputFilterByType DEFLATE application/x-font AddOutputFilterByType DEFLATE application/x-font-opentype AddOutputFilterByType DEFLATE application/x-font-otf AddOutputFilterByType DEFLATE application/x-font-truetype AddOutputFilterByType DEFLATE application/x-font-ttf AddOutputFilterByType DEFLATE application/x-font-woff AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE font/opentype AddOutputFilterByType DEFLATE font/otf AddOutputFilterByType DEFLATE font/ttf AddOutputFilterByType DEFLATE font/woff AddOutputFilterByType DEFLATE image/svg+xml AddOutputFilterByType DEFLATE image/x-icon AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/xml # Remove browser bugs (only needed for really old browsers) BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html Header append Vary User-Agent </IfModule> <IfModule> # END WP-Optimize Gzip compression # BEGIN WordPress # Die Anweisungen (Zeilen) zwischen „BEGIN WordPress“ und „END WordPress“ sind # dynamisch generiert und sollten nur über WordPress-Filter geändert werden. # Alle Änderungen an den Anweisungen zwischen diesen Markierungen werden überschrieben. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L] </IfModule> # END WordPress
- Diese Antwort wurde geändert vor 1 Jahr, 5 Monaten von Bego Mario Garde. Grund: Codeformatierung
Forum: Allgemeine Fragen
Als Antwort auf: Multisite eingerichtet, seit dem werden meine Unterseiten auf Hauptwebseite nichich habe jetzt diese .htaccess hoch geladen.
?? Sollen WP super Cache und Optimize deaktiviert werden ?
Forum: Allgemeine Fragen
Als Antwort auf: Multisite eingerichtet, seit dem werden meine Unterseiten auf Hauptwebseite nichHier kommt jetzt die .htaccess
# BEGIN LSCACHE # END LSCACHE # BEGIN NON_LSCACHE # END NON_LSCACHE # BEGIN WordPress # Die Anweisungen (Zeilen) zwischen „BEGIN WordPress“ und „END WordPress“ sind # dynamisch generiert und sollten nur über WordPress-Filter geändert werden. # Alle Änderungen an den Anweisungen zwischen diesen Markierungen werden überschrieben. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L] </IfModule> # END WordPress # BEGIN WP-Optimize Gzip compression <IfModule mod_filter.c> <IfModule mod_deflate.c> # Compress HTML, CSS, JavaScript, Text, XML and fonts AddType application/vnd.ms-fontobject .eot AddType font/ttf .ttf AddType font/otf .otf AddType font/x-woff .woff AddType image/svg+xml .svg AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/vnd.ms-fontobject AddOutputFilterByType DEFLATE application/x-font AddOutputFilterByType DEFLATE application/x-font-opentype AddOutputFilterByType DEFLATE application/x-font-otf AddOutputFilterByType DEFLATE application/x-font-truetype AddOutputFilterByType DEFLATE application/x-font-ttf AddOutputFilterByType DEFLATE application/x-font-woff AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE font/opentype AddOutputFilterByType DEFLATE font/otf AddOutputFilterByType DEFLATE font/ttf AddOutputFilterByType DEFLATE font/woff AddOutputFilterByType DEFLATE image/svg+xml AddOutputFilterByType DEFLATE image/x-icon AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/xml # Remove browser bugs (only needed for really old browsers) BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html Header append Vary User-Agent </IfModule> </IfModule> # END WP-Optimize Gzip compression
das ist hier das Ende
- Diese Antwort wurde geändert vor 1 Jahr, 5 Monaten von Bego Mario Garde. Grund: Codeformatierung
Forum: Allgemeine Fragen
Als Antwort auf: Multisite eingerichtet, seit dem werden meine Unterseiten auf Hauptwebseite nichder Permalink ist individuelle Struktur https://creativeier.de/%index.php%/%postname%/
diesen habe ich bestätigt.
der cache auf allen Webseiten löschen habe betätigt.
Aber die Verlinkung von https://creativeier.de auf die Unterseiten funktioniert nicht.
Forum: Allgemeine Fragen
Als Antwort auf: Multisite eingerichtet, seit dem werden meine Unterseiten auf Hauptwebseite nichIch habe die Rebwrite-Regeln die durch WordPress angezeigt wurden verwendet, habe allerdings den Befehl define( `WP_ALLOW_MULTISITE‘, true); überschrieben.
Forum: Allgemeine Fragen
Als Antwort auf: Multisite eingerichtet, seit dem werden meine Unterseiten auf Hauptwebseite nichIch habe folgenden Link geöffnet und habe alles so gemacht wie es dort steht:
https://wordpress-helden.net/subdomains-anlegen-eine-wordpress-multisite-einrichten-teil-5/Forum: Allgemeine Fragen
Als Antwort auf: WordPress 5.6 / Theme Twenty ElevenSorry, noch eine Frage kann ich WordPress auch wieder zurücksetzen auf vorherige Version?
Forum: Allgemeine Fragen
Als Antwort auf: WordPress 5.6 / Theme Twenty ElevenIch danke dir für deine Hilfe. Sorry, wenn ich ungeduldig war oder bin, nur du hast heute mit einem 70jährigen korrespondiert.
Eine Frage habe ich noch, wie erfahre ich, wann der Entwickler das Plugin geändert hat.Forum: Allgemeine Fragen
Als Antwort auf: WordPress 5.6 / Theme Twenty ElevenSo wie es aussieht liegt es am plugin responsive Lightroom.
Wie kann ich denn nun meine Galerien einbinden?Forum: Allgemeine Fragen
Als Antwort auf: WordPress 5.6 / Theme Twenty ElevenDieses Plugin habe ich auch deaktiviert.
Forum: Allgemeine Fragen
Als Antwort auf: WordPress 5.6 / Theme Twenty ElevenHallo,
ich habe jetzt beide Plugin deaktiviert. Noch ist alles beim alten.
Forum: Allgemeine Fragen
Als Antwort auf: WordPress 5.6 / Theme Twenty ElevenIch habe in der Zwischenzeit bei Caceprogramme gelten und danach den cache geleert und die Programme danach wieder deinstalliert.
Hier nun den neue Bericht### wp-core ### version: 5.6 site_language: de_DE user_language: de_DE timezone: +01:00 permalink: /index.php/%postname%/ https_status: true multisite: false user_registration: 0 blog_public: 1 default_comment_status: closed environment_type: production user_count: 2 dotorg_communication: true ### wp-paths-sizes ### wordpress_path: /home/www/public_html/wordpress wordpress_size: 698,28 MB (732200537 bytes) uploads_path: /home/www/public_html/wordpress/wp-content/uploads uploads_size: 38,82 MB (40709273 bytes) themes_path: /home/www/public_html/wordpress/wp-content/themes themes_size: 1,20 MB (1262347 bytes) plugins_path: /home/www/public_html/wordpress/wp-content/plugins plugins_size: 108,91 MB (114195741 bytes) database_size: 7,89 MB (8273920 bytes) total_size: 855,10 MB (896641818 bytes) ### wp-active-theme ### name: Twenty Eleven (twentyeleven) version: 3.6 author: WordPress-Team author_website: https://de.wordpress.org/ parent_theme: none theme_features: core-block-patterns, editor-style, editor-styles, wp-block-styles, responsive-embeds, editor-color-palette, automatic-feed-links, menus, post-formats, custom-background, post-thumbnails, custom-header, customize-selective-refresh-widgets, widgets theme_path: /home/www/public_html/wordpress/wp-content/themes/twentyeleven auto_update: Deaktiviert ### wp-plugins-active (23) ### Analytics Cat Free: version: 1.0.8, author: Fatcat Apps, Automatische Aktualisierungen deaktiviert Antispam Bee: version: 2.9.3, author: pluginkollektiv, Automatische Aktualisierungen deaktiviert Classic Editor: version: 1.6, author: WordPress Contributors, Automatische Aktualisierungen deaktiviert Easy Watermark: version: 1.0.6, author: BracketSpace, Automatische Aktualisierungen deaktiviert Flamingo: version: 2.2.1, author: Takayuki Miyoshi, Automatische Aktualisierungen deaktiviert Formidable Forms: version: 4.09.02, author: Strategy11, Automatische Aktualisierungen deaktiviert Google Analytics Germanized: version: 1.6.0, author: Pascal Bajorat, Automatische Aktualisierungen deaktiviert Google Tag Manager for WordPress: version: 1.11.6, author: Thomas Geiger, Automatische Aktualisierungen deaktiviert ImageMagick Engine: version: 1.6.5, author: Orangelab, Automatische Aktualisierungen deaktiviert Insert Headers and Footers: version: 1.4.6, author: WPBeginner, Automatische Aktualisierungen deaktiviert Jetpack by WordPress.com: version: 9.2, author: Automattic, Automatische Aktualisierungen deaktiviert Jetpack Without Promotions: version: 1.1.0, author: required, Automatische Aktualisierungen deaktiviert PHP Compatibility Checker: version: 1.5.0, author: WP Engine, Automatische Aktualisierungen deaktiviert Plugin Detective - Troubleshooting: version: 1.1.8, author: N Squared, Automatische Aktualisierungen deaktiviert Responsive Lightbox & Gallery: version: 2.2.3.1, author: dFactory, Automatische Aktualisierungen deaktiviert Site Kit by Google: version: 1.22.0, author: Google, Automatische Aktualisierungen deaktiviert UpdraftPlus - Backup/Restore: version: 1.16.41, author: UpdraftPlus.Com, DavidAnderson, Automatische Aktualisierungen deaktiviert Validated: version: 2.1.2, author: Allan Collins, Automatische Aktualisierungen deaktiviert Verifyne: version: 0.3.4, author: Stefan Ruester, Automatische Aktualisierungen deaktiviert Webcraftic Clearfy – WordPress optimization plugin: version: 1.8.0, author: Webcraftic <wordpress.webraftic@gmail.com>, Automatische Aktualisierungen deaktiviert WordPress REST API Authentication: version: 1.4.0, author: miniOrange, Automatische Aktualisierungen deaktiviert WPFront Scroll Top: version: 2.0.2, author: Syam Mohan, Automatische Aktualisierungen deaktiviert Yoast SEO Premium: version: 15.3, author: Team Yoast, Automatische Aktualisierungen deaktiviert ### wp-media ### image_editor: WP_Image_Editor_Imagick imagick_module_version: 1690 imagemagick_version: ImageMagick 6.9.10-23 Q16 x86_64 20190101 https://imagemagick.org file_uploads: File uploads is turned off post_max_size: 1024M upload_max_filesize: 16M max_effective_size: 16 MB max_file_uploads: 20 imagick_limits: imagick::RESOURCETYPE_AREA: 122 MB imagick::RESOURCETYPE_DISK: 1073741824 imagick::RESOURCETYPE_FILE: 192 imagick::RESOURCETYPE_MAP: 512 MB imagick::RESOURCETYPE_MEMORY: 256 MB imagick::RESOURCETYPE_THREAD: 1 gd_version: 2.2.5 ghostscript_version: 9.27 ### wp-server ### server_architecture: Linux 5.9.13-cmag1-hp+ x86_64 httpd_software: Apache php_version: 7.4.13 64bit php_sapi: cgi-fcgi max_input_variables: 1000 time_limit: 30 memory_limit: 256M max_input_time: 60 upload_max_filesize: 16M php_post_max_size: 1024M curl_version: 7.64.0 OpenSSL/1.1.1i suhosin: false imagick_availability: true pretty_permalinks: true htaccess_extra_rules: true ### wp-database ### extension: mysqli server_version: 10.3.12-MariaDB-1:10.3.12+maria~stretch-log client_version: mysqlnd 7.4.13 ### wp-constants ### WP_HOME: undefined WP_SITEURL: undefined WP_CONTENT_DIR: /home/www/public_html/wordpress/wp-content WP_PLUGIN_DIR: /home/www/public_html/wordpress/wp-content/plugins WP_MAX_MEMORY_LIMIT: 256M WP_DEBUG: false WP_DEBUG_DISPLAY: true WP_DEBUG_LOG: false SCRIPT_DEBUG: false WP_CACHE: false CONCATENATE_SCRIPTS: undefined COMPRESS_SCRIPTS: undefined COMPRESS_CSS: undefined WP_LOCAL_DEV: undefined DB_CHARSET: utf8 DB_COLLATE: undefined ### wp-filesystem ### wordpress: writable wp-content: writable uploads: writable plugins: writable themes: writable ### jetpack ### site_id: 169701610 ssl_cert: No time_diff: undefined version_option: 9.2:1606899333 old_version: 9.1:1605259494 public: Public master_user: #1 uwe.schledz current_user: #1 uwe.schledz tokens_set: Blog User blog_token: eRbR*u0Yn$vp3mMkC(TtfEar0vFi5*do user_token: AsdnSWk9CI4NSomiMsB$#*)YTb@hetwx version: 9.2 jp_plugin_dir: /home/www/public_html/wordpress/wp-content/plugins/jetpack/ plan: free protect_header: {"trusted_header":"REMOTE_ADDR","segments":1,"reverse":false} full_sync: {"started":"Thu, 01 Jan 1970 00:00:00 +0000","finished":"Thu, 01 Jan 1970 00:00:00 +0000","progress":[],"config":[]} sync_size: undefined sync_lag: 0 seconds full_sync_size: undefined full_sync_lag: 0 seconds idc_urls: {"home":"https:\/\/creativeier.de","siteurl":"https:\/\/creativeier.de","WP_HOME":"","WP_SITEURL":""} idc_error_option: false idc_optin: true cxn_tests: All Pass. ### google-site-kit ### version: 1.22.0 php_version: 7.4.13 wp_version: 5.6 reference_url: https://creativeier.de amp_mode: no site_status: connected-site user_status: authenticated connected_user_count: 1 active_modules: site-verification, search-console, analytics, pagespeed-insights, optimize, tagmanager required_scopes: openid: ✅ https://www.googleapis.com/auth/userinfo.profile: ✅ https://www.googleapis.com/auth/userinfo.email: ✅ https://www.googleapis.com/auth/siteverification: ✅ https://www.googleapis.com/auth/webmasters: ✅ https://www.googleapis.com/auth/analytics.readonly: ✅ https://www.googleapis.com/auth/tagmanager.readonly: ✅ capabilities: googlesitekit_authenticate: ✅ googlesitekit_setup: ✅ googlesitekit_view_posts_insights: ✅ googlesitekit_view_dashboard: ✅ googlesitekit_view_module_details: ✅ googlesitekit_manage_options: ✅ googlesitekit_publish_posts: ✅ search_console_property: https://creativeier.de/ analytics_account_id: 1536••••• analytics_property_id: UA-1536••••••• analytics_profile_id: 2072••••• analytics_use_snippet: yes optimize_id: GTM-WX5•••• tagmanager_account_id: 6000•••••• tagmanager_container_id: GTM-K5T•••• tagmanager_amp_container_id: none tagmanager_use_snippet: no
Forum: Allgemeine Fragen
Als Antwort auf: WordPress 5.6 / Theme Twenty ElevenIch habe die Cache nicht geleert, allerdings deinstalliert. Soll ich diese jetzt wieder installieren?
Forum: Allgemeine Fragen
Als Antwort auf: WordPress 5.6 / Theme Twenty ElevenWas muss ich machen, wenn ich beide Cache deaktiviert habe und deinstalliert habe?