Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor redsand

    (@redsand)

    Hi micsu,

    I’ll be happy to answer your question.

    That’s happening because your server isn’t configured correctly. It needs to either allow ExpiresActive, or disable the Apache mod_expires module.

    The code in the plugin is already set correctly.

    The plugin tests to see if the mod_expires module is installed, and it’s testing true…in other words…it’s installed on your server. That’s why that line of code in the .htaccess with ExpiresActive On is being run. (If the module wasn’t active, then it wouldn’t run.) Yet your server is set to not allow it. So, your server admin should either allow ExpiresActive, or disable the Apache mod_expires module.

    You’ll need to contact your admin and have them make that change. Once they do things will function as they should, and you won’t see the error anymore. ??

    If you have any further questions, feel free to get in touch with us at the WP-SpamShield Support Form and we’ll be happy to help you out.

    – Scott

    Thread Starter micsu

    (@micsu)

    Thanks for the response!
    I actually had the configuration correctly in <Directory …> but it was redefined inside <VirtualHost ..> and it was missing Options MultiViews there.

    Got rid of that whole redefinition and it doesn’t seem to be giving this log anymore.

    Plugin Contributor redsand

    (@redsand)

    You’re very welcome! ??

    Outstanding. Glad you got it figured out. Let us know if we can help with anything else! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘.htaccess ExpiresActive not allowed here’ is closed to new replies.