• Resolved cloudshift

    (@cloudshift)


    We have two Problems with the advanced config and our NGINX server. In general, it works.

    1. The sitemap.xml is gone and even our regex doesn’t work (/(^\/sitemap.xml)/)

    Also reading this brought no success:
    (https://www.ads-software.com/support/topic/bypass-cache-enabler-for-xml-sitemaps/

    2. It seems like all pages on the root are cached as static HTML files but all pages with subdirectories like /portfolio/xyz/ are not as in the http header the “x-cache-handler: cache-enabler-engine” is still visible and not visible for pages on the root.

    What are we doing wrong and can you give us some hints please.

Viewing 1 replies (of 1 total)
  • Anonymous User 16850768

    (@anonymized-16850768)

    If the advanced configuration is used this will bypass the advanced-cache.php file, which means the cache exclusions will not be taken into account when trying to deliver a cached page. Since version 1.5.0 Cache Enabler no longer considers XML files as cacheable so they are always bypassed. Since version 1.5.4 Cache Enabler will completely ignore any .xml files from even starting the cache engine, so they aren’t even processed any longer. Can you please let me know in more detail what you mean by the sitemap being gone?

    The advanced configuration is only for cache delivery, not cache generation. Cache Enabler is caching all of pages as static HTML files. What you’re describing is that your server is not delivering all of the cached pages as the Cache Enabler engine is still handling the delivery of your subpages. In this case I would first recommend checking that the cached page trying to be delivered is receiving the correct file path from the value obtained from the request URI. For example, if https://www.example.com/page/subpage/ is requested ensure that the following is trying to be delivered by your server:

    path/to/wp-content/cache/cache-enabler/www.example.com/page/subpage/https-index.html

Viewing 1 replies (of 1 total)
  • The topic ‘Problems with Advanced Config and NGINX’ is closed to new replies.