• Resolved andreescocard

    (@andreescocard)


    Using this plugin, i am getting some weird 404 not found messages after post. I am using nginx, my conf file have:

    location / {
    try_files /wp-content/cache/supercache/$http_host/$cache_uri/index.html $uri $uri/ /index.php?q=$uri&$args ;
    }

    What am i doing wrong?
    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello,

    ocation / {
    try_files /wp-content/cache/supercache/

    It appears that you are using some other caching solution, WP super cache in this case. It is highly recommended to use only one caching plugin as using more than one can cause a lot of conflicts.

Viewing 1 replies (of 1 total)

The topic ‘404 not found after posting’ is closed to new replies.