• Resolved tntrush

    (@tntrush)


    I would like to enter in the cache timeout a rule that includes any URI that does not start with a number.

    Would the following regex work?

    ^[^0-9]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Emre Vona

    (@emrevona)

    no, sorry.

    Thread Starter tntrush

    (@tntrush)

    OK …

    I have a url:

    
    https://subdomain.mysite.com/classical/

    I have scheduled 3 successive entries in cache-timout:

    The first one was:
    if request uri starts with ‘c’, delete files Once a Day
    It did not work (after one day). I changed it:

    The second:
    if request uri starts with ‘c’, delete files Once Daily
    It did not work. I changed it again:

    The third:
    if request uri starts with ‘classical’, delete files Once a Day
    Nothing again.

    How are these commands ignited? Could it be an issue if at a certain time, the site has no visitors, for example?

    • This reply was modified 9 years, 7 months ago by tntrush.
    Plugin Author Emre Vona

    (@emrevona)

    are you that wp schedule works properly in your system? Can you add a scheduled post please? Let’s see that it is released or not.

    Thread Starter tntrush

    (@tntrush)

    Indeed, I have an issue with the previously defined cron-jobs which hit on wp-cron.php.(I have set define('DISABLE_WP_CRON', true);)

    I will try to solve it, thank you!

    Plugin Author Emre Vona

    (@emrevona)

    you are welcome 🙂 if you vote, you make me so happy.

    https://ww.wp.xz.cn/support/plugin/wp-fastest-cache/reviews/?rate=5#new-post

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

The topic ‘Regex for Cache Timeout’ is closed to new replies.