I’ve installed “Wordpress on Ubuntu 14.04”.
Minifying and Leverage browser cache functions aren’t working in W3 Total Cache plugin.
Enabling minify return minified urls to “Internet server error”.
My apache2 error log is showing “[core:alert] [pid 21411] [client 182.185.178.183:59287] /var/www/wp-content/cache/minify/.htaccess: Options not allowed here, referer: http://example.com/”
Did anyone else experience such issues?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Thanks, I got it working :)
That plugin seems to need the ability to override
MultiViews
option. To allow it to do that, edit the file/etc/apache2/apache2.conf
Find the section that looks like:And change it to look like:
Finally, restart Apache: