• Resolved kdmitchell27

    (@kdmitchell27)


    I love WP Fastest Cache, especially after switching from WP Super Cache due to all the coding errors. I’ve been thinking about going to the premium version, however I’m running into an issue that I can’t resolve.

    Prior to installing, I had several subdomains that pointed to a directly on the website. An example would be extralife.theouterhaven.net would forward to https://www.theouterhaven.net.

    RewriteCond %{HTTP_HOST} ^extralife.theouterhaven.net
    RewriteCond %{REQUEST_URI} !wp-content\/(cache|wpfc-mobile-cache)
    RewriteRule ^(.*)$ https://www.theouterhaven.net/extralife/$1 [L,NC,QSA]

    It only sends people to the main page of the site instead of the directory. Short of disabling the plugin, it’s the only way I can get it working. I added an exclude -starts with and extralife, but it doesn’t work.

    Open to suggestions on this.

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

    (@emrevona)

    do you want to disable redirection of WPFC?

    Thread Starter kdmitchell27

    (@kdmitchell27)

    I just want to be able to use my redirects as normal. So if they requires the redirection of WPFC, then yes.

    Plugin Author Emre Vona

    (@emrevona)

    Then you need to the add the following code into wp-config.php

    define(‘WPFC_DISABLE_REDIRECTION’, true);

    Thread Starter kdmitchell27

    (@kdmitchell27)

    Thanks but I had already done this and it did not fix the issue. If you goto my site now, it works as I disabled the caching. But the second I enable it again, it stops.

    I added that line to the bottom of the wp-config file.

    Plugin Author Emre Vona

    (@emrevona)

    did you try other cache plugins? do they cause the same problem?

    Thread Starter kdmitchell27

    (@kdmitchell27)

    The only one I had tried and was using for quite some time was WP Super Cache, which I stopped using a few days ago due to an error that kept filling up my error logs – Apparently the dev hasn’t responded to anyone regarding that issue. It worked fine for months.

    Definitely not working using WP Fastest Cache.

    Plugin Author Emre Vona

    (@emrevona)

    please contact me via email: [email protected]

    Plugin Author Emre Vona

    (@emrevona)

    The problem has been fixed.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Can not use redirects to directories with WP Fastest’ is closed to new replies.