• Does not work in WordPress Apache 2.4.29, and here is why:

    Because Apache headers module is not enabled.

    Check your modules with this command (ubuntu):

    apache2ctl -M

    If you can’t find headers_module that means you need to install it

    Install command (ubuntu):

    a2enmod headers

    Restart apache:

    systemctl restart apache2

    or

    service apache restart

    Now you can use this plugin

    • This topic was modified 4 years, 11 months ago by walidinho.
    • This topic was modified 4 years, 11 months ago by walidinho.
  • The topic ‘Not working’ is closed to new replies.