I did change a few settings between this post while troubleshooting gtmextrix & my chrome are still reporting the errors:
https://gtmetrix.com/reports/www.sociocracyforall.org/DAFaOSeO
It’s actually 410 errors. Parts of the page show up blank too.
The files exist in the main folder.
i’ve tried clearing all caches *except* autoptimize
I’ve also tried having cloudflare on developer mode and purging cache.
I do have the 404 fallback enabled
I wonder if it’s something in my htaccess?
from the autoptimize chache folder on WPEngine:
EDIT: this is exactly the same as the one on the host I just switched from. I did just switch hosts, could be related?
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/css A30672000
ExpiresByType text/javascript A30672000
ExpiresByType application/javascript A30672000
</IfModule>
<IfModule mod_headers.c>
Header append Cache-Control “public, immutable”
</IfModule>
<IfModule mod_deflate.c>
<FilesMatch “\.(js|css)$”>
SetOutputFilter DEFLATE
</FilesMatch>
</IfModule>
<IfModule mod_authz_core.c>
<Files *.php>
Require all granted
</Files>
</IfModule>
<IfModule !mod_authz_core.c>
<Files *.php>
Order allow,deny
Allow from all
</Files>
</IfModule>
ErrorDocument 404 /wp-content/autoptimize_404_handler.php
-
This reply was modified 4 years, 6 months ago by supaiku.
-
This reply was modified 4 years, 6 months ago by supaiku.
-
This reply was modified 4 years, 6 months ago by supaiku.
-
This reply was modified 4 years, 6 months ago by supaiku.
-
This reply was modified 4 years, 6 months ago by supaiku.