jackennils
Forum Replies Created
-
Hello Daan,
Thanks for the quick reply. The update of WC from 8.4 to 8.5.1. was the only update.
I did try your suggestion and the issue still occurs using Storefront with only WC and OMGF activated.
Kind regards
MarcoBut why? It has always worked with caching until WC 8.5.1. Almost all products in my shop are with variations. This would make WPO useless for me.
Figured out that issue 2 is caused by OMGF plugin.
Figured out that issue 2 is caused by OMGF plugin.
Well it’s actually not only Matomo, the same issue occurs when running a WooCommerce shop with Woodmart theme as in my case. So yes, also hoping for a quick fix.
Thank you!
I guess the patched 4.0.1 does NOT contain a fix for this vulnerability, right?
Any chance of a patched 4.0.2?
Same here, requested access.
Just figured out it actually has to do with AiO SEO Pro latest version. I’ll check with them. Sorry for the trouble.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] issue with SEPA LastschriftThank you Joost for the detailled explanation. Understood, I will get in touch with PayPal.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Issue with Google AnalyticsThis was very helpful, thank you very much!
Okay, that’s what I just did.
Thanks Ibrahim.
Okay. 🙂
Again, thank you very much for your help. Much appreciated.This did the job, looks very good now.
Chrome Dev Tools:
https://i.imgur.com/55I8Gul.pngThank you very much for your help.
May I ask why this code wasn’t added by the plugin? Would that be the usual way the plugin works?
Same without plugins. 🙁
.htaccess content (non-sensitive part):
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. RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] END WordPress PROTECT wp-config.php Order deny,allow deny from all Enable Keep-Alive Header set Connection keep-alive Disable ETags Header unset ETag FileETag None Leverage Browser Caching AddType image/svg+xml .svg AddType image/x-icon .ico AddType application/x-font-ttf .ttf AddType application/x-font-opentype .otf AddType application/x-font-woff .woff AddType application/x-font-woff2 .woff2 AddType application/vnd.ms-fontobject .eot ExpiresActive On ExpiresDefault "access plus 2 days" ExpiresByType text/html "access plus 6 hours" ExpiresByType text/css "access plus 14 days" ExpiresByType text/javascript "access plus 30 days" ExpiresByType text/xml "access plus 0 seconds" ExpiresByType application/xml "access plus 0 seconds" ExpiresByType application/json "access plus 0 seconds" ExpiresByType application/javascript "access plus 30 days" ExpiresByType image/gif "access plus 30 days" ExpiresByType image/jpeg "access plus 30 days" ExpiresByType image/png "access plus 30 days" ExpiresByType image/svg+xml "access plus 30 days" ExpiresByType image/x-icon "access plus 1 year" ExpiresByType video/mp4 "access plus 30 days" ExpiresByType application/pdf "access plus 30 days" ExpiresByType application/x-font-ttf "access plus 1 year" ExpiresByType application/x-font-opentype "access plus 1 year" ExpiresByType application/x-font-woff "access plus 1 year" ExpiresByType application/x-font-woff2 "access plus 1 year" ExpiresByType application/vnd.ms-fontobject "access plus 1 year"Thank you for coming back to me.
Yes, mod_rewrite is active.
More server details from the WP-Admin:
https://i.imgur.com/rgG0iT3.png