[Plugin: W3 Total Cache] No matter what, can't get past .htaccess not writeable
-
I’ve read every post I can find and can’t get w3 total cache to write to the .htaccess file(s). I’ve set the permissions temporarily to 777 on the site .htaccess file as well as the .htaccess files in the pgcache and min directories, but compatibility check still says /.htaccess not writeable.
I’ve gone to the w3 total cache install page of the dashboard and cut and pasted the code it says I need into the three separate files (/.htaccess, /wp-content/w3tc/min/.htaccess, and /wp-content/w3tc/pgcache/.htaccess) but I continue to get the messages that disk enhanced page caching and browser caching aren’t active and that I need to add code that I’ve already added.
Since I’m in the process of moving this WordPress site from another host, it currently resides in a subdirectory of a subdirectory of a temp url at the new host (looks something like this: https://12.345.678.90/~subdir1/subdir2/), so I’m guessing that’s where the problem lies, but I’m not sure how to fix it. The main mod_rewrite for WordPress is as follows:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /~subdir1/subdir2/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /~subdir1/subdir2/index.php [L] </IfModule> # END WordPress
Any suggestions would be greatly appreciated.
- The topic ‘[Plugin: W3 Total Cache] No matter what, can't get past .htaccess not writeable’ is closed to new replies.