• Resolved happycupboard

    (@happycupboard)


    Hello, can somebody advise me what exactly should I put in .htaccess
    I checked Experimental: enable 404 fallbacks to use in plugin
    but I dont see ErrorDocument 404 in my htaccess, tried to recheked
    Save aggregated script/CSS as static files? but nothing happen
    also I dont have access to server configuration

    My current .htaccess
    # BEGIN BlockWPLogin
    # END BlockWPLogin
    # BEGIN WordPress
    # The directives (lines) between “BEGIN WordPress” and “END WordPress” are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    RewriteCond %{REQUEST_FILENAME} -s
    RewriteCond %{HTTP_USER_AGENT} !facebookexternalhit/[0-9]
    RewriteCond %{HTTP_USER_AGENT} !Twitterbot/[0-9]
    RewriteCond %{HTTP_USER_AGENT} !Googlebot/[0-9]
    RewriteRule wp-content/uploads/vj-wp-import-export(\/[A-Za-z0-9_@.\/&+-]+)+\.([A-Za-z0-9_@.\/&+-]+)$ [L]
    <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

    # SGO Unset Vary
    Header unset Vary
    # SGO Unset Vary END`

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    can you check wp-content/cache/autoptimize/.htaccess if it has the ErrorDocument set happycupboard and if not disable 404 handle, save changes and re-enable it and check again? typically on Apache it should work out of the box 🙂

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    any news happycupboard ?

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    No feedback so I assume this got fixed happycupboard ? Feel free to follow up if you still encounter issues!

    have a nice day!
    frank

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘broken cached google pages’ is closed to new replies.