WP Super Cache Settings
-
A couple of questions (any help is appreciated):
1. I’m seeing this error under “Directly Cached Files”. Warning! /xxx/xxx/xxx/xxx/xxxxx/
domains/exampledomain.com/html/ is writable. Please make it readonly after your page is generated as this is a security risk.Since I have the CHMOD set to 750, I believe the permissions are correct. Any thoughts? (Note: x’s were just added to mask the path.)
2. If I want to disable the mobile support, which part of the mod rewrite rules should be removed?
3. I’ve also got the following in my .htaccess and I’m wondering if any of these would conflict with the plugin:
#AddHandler application/x-httpd-php5 .php
AddHandler php5-script .php
<ifModule mod_headers.c>
Header unset ETag
Header unset Last-Modified
</ifModule>
FileETag none<FilesMatch “\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$”>
Header set Expires “Mon, 27 Dec 2010 20:00:00 GMT”
Header set Cache-Control “public, no-transform”
</FilesMatch>php_value output_handler ob_gzhandler
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE application/x-javascript text/css text/html text/xml
</IfModule>
- The topic ‘WP Super Cache Settings’ is closed to new replies.