Not working
-
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
- The topic ‘Not working’ is closed to new replies.