Saturday, November 24, 2012

wordpress plugin–W3 TOTAL CACHE error

here, i will record some blog wordpress plugin w3 total cache error log:

 

error:

It appears Minify URL rewriting is not working. If using apache, verify that the server configuration allows .htaccess or if using nginx verify all configuration files are included in the configuration.



fixed: in vim /etc/httpd/conf/httpd.conf

<Directory "/var/www/html/wordpress">
Options Indexes FollowSymLinks IncludesNOEXEC
AllowOverride All
Order allow,deny
Allow from all
DirectoryIndex index.php index.htm index.html
</Directory>




error: Compatibility Test

Compatibility Test

Legend
Installed: Functionality will work properly
Not detected: May be installed, but cannot be automatically confirmed
Ok: Current value is acceptable.
Yes/No: The value was successful detected.

Server Modules & Resources:

Plugin Version: 0.9.2.4
PHP Version: 5.3.14 (PHP5 required for Minify, Rackspace CloudFiles, Microsoft Azure support)
Web Server: Apache
FTP functions: Installed (required for Self-hosted (FTP) CDN support)
Multibyte String support: Installed (required for Rackspace Cloud Files support)
cURL extension: Installed (required for Amazon S3, Amazon CloudFront, Rackspace CloudFiles support)
zlib extension: Installed (required for compression support)
Opcode cache: Installed (APC)
Memcache extension: Installed
HTML Tidy extension: Installed (required for HTML Tidy minifier suppport)
Mime type detection: Installed (Fileinfo) (required for CDN support)
Hash function: Installed (hash) (required for NetDNA purge support)
Safe mode: Off
Open basedir: Off
zlib output compression: Off
set_time_limit: Available
mod_deflate: Installed (required for Page Cache (enhanced mode) and Browser Cache)
mod_env: Installed (required for Page Cache (enhanced mode) and Browser Cache)
mod_expires: Installed (required for Page Cache (enhanced mode) and Browser Cache)
mod_headers: Installed (required for Page Cache (enhanced mode) and Browser Cache)
mod_mime: Installed (required for Page Cache (enhanced mode) and Browser Cache)
mod_rewrite: Installed (required for Page Cache (enhanced mode) and Browser Cache)
mod_setenvif: Installed (required for Page Cache (enhanced mode) and Browser Cache)
WordPress Resources

/var/www/html/wordpress/.htaccess: OK
/var/www/html/wordpress/wp-content: OK
/var/www/html/wordpress/wp-content/uploads/2012/11: OK
Fancy permalinks: Disabled
WP_CACHE define: Defined (true)
URL rewrite: Enabled
Network mode: No




fixed:


wait ..

No comments: