• Resolved Wolf

    (@siteussia)


    Hi, Version 1.5.1 stopped working on subdomains. I only have 1 site – no multisite. It has subdomains by city. When they come from a specific subdomain, the content inside the site changes. Previously, in the old version, everything was cached. Now only the main domain is cached and the subdomains no longer work.
    loveflowers.ru
    samara.loveflowers.ru
    the same site and the same folder but there is a check if the subdomain is such then the city is being replaced by text and other parameters.

    define(‘WP_HOME’, ‘https://’ .$_SERVER[‘HTTP_HOST’]);
    define(‘WP_SITEURL’, ‘https://’ .$_SERVER[‘HTTP_HOST’]);

Viewing 15 replies - 1 through 15 (of 34 total)
  • Thread Starter Wolf

    (@siteussia)

    In the cache / cache-enabler folder, the cache is generated and these pages are created. All good, but for some reason on the site itself, they do not work, do not apply to subdomains. As I understand it, the configuration file is not automatically generated here. settings / cache-enabler there is now only the main domain file. But if you manually create a configuration file, then everything starts working. But creating 340 files because 340 subdomains manually is quite difficult.

    Anonymous User 16850768

    (@anonymized-16850768)

    Thanks for the details provided. My apologies, I had not considered such a configuration when creating the new settings system. I will fix this and have it released shortly.

    With the old version was the X-Cache-Handler response header on your cached pages always php?

    Thread Starter Wolf

    (@siteussia)

    Thank you very much! I didn’t understand the question ??

    Anonymous User 16850768

    (@anonymized-16850768)

    You’re welcome. If version 1.4.9 is downloaded, installed, and activated do your cached pages have the X-Cache-Handler: php response header?

    I’d be happy to check this for you if you’d like. Just let me know when you’re ready and I can check the domains provided above.

    If you want to check it yourself one way to do this is by right clicking on your page, clicking on Inspect (or Inspect Element), and then navigating to the Network panel. Once here you can refresh the page and all of the requests made by the page will be shown, including the request to the page itself. Please click on the request made to the page and view the Headers. Once here please scroll down to the Response Headers to find the X-Cache-Handler response header.

    Thread Starter Wolf

    (@siteussia)

    How can I contact with you to try to solve the problem ?? Version 1.5.2 also does not solve it ??

    Anonymous User 16850768

    (@anonymized-16850768)

    Version 1.5.2 did not address this issue. It will be addressed shortly. If you have an answer to the question above that will helpful, otherwise I should be able to figure it out either way.

    Thread Starter Wolf

    (@siteussia)

    Thank you very much! You have an awesome plugin! I use it on a very large number of sites. I have now put the old version of the plugin 1.4.9 on the site loveflowers.ru, samara.loveflowers.ru etc, you can see everything you need ??

    Anonymous User 16850768

    (@anonymized-16850768)

    You’re welcome! I’m happy to hear that. Thank you for setting that up! Doing that has been very helpful in troubleshooting this. If I could ask one more question that would be great. When checking wp-content/plugins/cache-enabler/settings (the old settings location in version 1.4) do you see an individual JSON settings file for all of your domains or just one?

    Thread Starter Wolf

    (@siteussia)

    In version 1.4 there is only 1 configuration file – cache-enabler-advcache-loveflowers.ru.json

    Anonymous User 16850768

    (@anonymized-16850768)

    Thank you for all your help! A fix for this will be released some time next week.

    Anonymous User 16850768

    (@anonymized-16850768)

    I have fixed this issue and it will be released in version 1.5.5. Upon its release, which will be within the next 24 hours, I’d love to get your feedback to ensure it has indeed been resolved for you.

    Thread Starter Wolf

    (@siteussia)

    OK thanks. I’m waiting for the update ??

    Thread Starter Wolf

    (@siteussia)

    Thank you very much! Everything works just perfect! 1.5.5

    Anonymous User 16850768

    (@anonymized-16850768)

    You’re most welcome! I’m happy to hear it’s working now. If you haven’t already and are able leaving a review is always appreciated.

    Thread Starter Wolf

    (@siteussia)

    Yea done ??

Viewing 15 replies - 1 through 15 (of 34 total)
  • The topic ‘Version 1.5.1 stopped working on subdomains.’ is closed to new replies.