Viewing 1 replies (of 1 total)
  • Thread Starter Brainstem

    (@brainstem)

    I comment this lines in wfCache.php:

                    /*if(strrpos($uri, '/') !== strlen($uri) - 1){ //must end with a '/' char.
                            return false;
                    }*/

    and in my inginx conf:

    #Only cache URL's ending in /
    #if ($request_uri !~ /$) {
    #    set $wordfenceCacheOn 0;
    #}

    All is working.

Viewing 1 replies (of 1 total)

The topic ‘Caching Urls without trailing slash’ is closed to new replies.