Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Torsten Landsiedel

    (@zodiac1978)

    Yes, if you are using the HDD method you have to add some line to your .htaccess (if you are using an Apache):
    https://github.com/pluginkollektiv/cachify/wiki/en-Cache-Methods#hard-disk-hdd-cache

    All the best,
    Torsten

    Thread Starter gameslopedy

    (@yiggory)

    I am also using bps security plugin and when I add that code into my htaccess the site goes internal server error, why? please help me.

    Plugin Support Torsten Landsiedel

    (@zodiac1978)

    Please check your error logs (if possible) and contact your hoster support about the internal server error.

    If your hoster does not support mod_rewrite the ifmodule check should prevent any Internal Server Errors. Maybe some of the variables are not supported from your hoster.

    All the best,
    Torsten

    Hello,

    I think many wordpress users get error because when they try to use Cachify and copy the htaccess rules from the wiki, they get error 500.

    Users copy the rules, but there is error from here:

    RewriteRule ^(.*) /path to/wp-content/cache/cachify…etc

    You have to erase this : /path to

    The good rules is:

    RewriteRule ^(.*) /wp-content/cache/cachify…etc

    Regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Should I install htaccess codes for HDD too?’ is closed to new replies.