• Resolved PumpaXXL

    (@pumpaxxl)


    Hi, the define(‘WPFC_CACHE_QUERYSTRING’, true); in the first line of wp-config.php causes ERROR 500 on the site.

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

    (@emrevona)

    you need to add the following line after?<?php?which exists at the top of?wp-config.php?file.

    Thread Starter PumpaXXL

    (@pumpaxxl)

    Yes, that is what I am doing.

    Plugin Author Emre Vona

    (@emrevona)

    please use the following line. the quotes in your line are wrong.

    define('WPFC_CACHE_QUERYSTRING', true);

    Thread Starter PumpaXXL

    (@pumpaxxl)

    This is the one I use – please see my first post here.

    Let’s drop this for now. I wanted the WPFC to serve cached pages for requests with Google url params and I found that the plugin doest that without any further settings.

    Plugin Author Emre Vona

    (@emrevona)

    Please listen to my advise.

    This is your code. and?the quotes in your line are wrong.
    define(‘WPFC_CACHE_QUERYSTRING’, true);

    This is my code. This is correct. Try it please.
    define('WPFC_CACHE_QUERYSTRING', true);

    Thread Starter PumpaXXL

    (@pumpaxxl)

    OMG, you are right! I will be more carefull about copy / paste next time.
    Thanks!

    Plugin Author Emre Vona

    (@emrevona)

    you are welcome

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Error 500’ is closed to new replies.