• Hi there

    I tested out WP Fastest Cache, but found it broke my :

    http – https and my
    .com – .com.au

    redirects. Can you advise how i can still keep these redirects and use the plugin? I am guessing its something to do with my htaccess file? I have disabled the cache for now.

    Many thanks
    Heather

    The page I need help with: [log in to see the link]

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

    (@emrevona)

    what kind of problem did you get?

    Thread Starter heathervh

    (@heathervh)

    Hi, sorry for the delay in replying.

    I have 2 redirects in my .htaccess from:

    1. .com to com.au
    2. http – https

    As soon as I activate WP Fastest Cache, my redirects no longer redirect to my secure https url – the website still works but the redirects fail. For example I get the message that my website is not secure when typing in https://www etc – whereas it should redirect them to our https://www etc

    The plugin seems to put the Fastest Cache code in and around my redirect code when activated and then my redirects no longer work. Any help would be appreciated.

    Many thanks
    Heather

    • This reply was modified 6 years, 4 months ago by heathervh.
    Plugin Author Emre Vona

    (@emrevona)

    Please follow the following steps;

    1. to disable WP Fastest Cache

    2. to add following constant into wp-config.php and follow the steps

    define(‘WPFC_DISABLE_REDIRECTION’, true);

    3. to save the settings of WP Fastest Cache

    Thread Starter heathervh

    (@heathervh)

    Thank you for this – it works on some browsers, but on others, various css issues arise making the website look very strange.

    Plugin Author Emre Vona

    (@emrevona)

    can you disable “combine css” and clear all cache with minified css&js sources please?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Enabling Fastest Cache Breaks My Redirects’ is closed to new replies.