Minify and MultiViews
-
Hello,
I’m happy with using W3TC, but have some troubles with minify functionality. When I first time turn it on, all created files opened with 500 errors, error log is here:
[Tue Mar 12 00:19:11 2013] [alert] [client 2.95.121.125] /var/www/site1/wp-content/cache/minify/.htaccess: Option MultiViews not allowed here, referer: …If comment line
Options -MultiViews»in wp-content/cache/minify/.htaccess files shows okay until cached files were purged, but new files weren’t created.I’ve added to secure.conf these lines:
<Directory "/var/www/site1/wp-content/cache/minify/"> Options Indexes MultiViews FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory>and whatever MultiViews are commented in .htaccess or not minified files are not creates (404 error) and nothing in server error’s log is presented.
Please, help!
The topic ‘Minify and MultiViews’ is closed to new replies.