Enabling W3 Total cache on your website is hard if you don�t know where to start, So this is the full tutorial for doing that process. Because even me at the first time I installed this Plugin, I even don�t know how to enable it. Because w3 cache says that I need to add this following lines on my Wp-config.php on my WordPress host. Download W3 Total Cache Here.
/** Enable W3 Total Cache */
define(�WP_CACHE�, true); // Added by W3 Total Cache
But if you follow this process by just only adding that lines, This can�t be done properly. If you add those lines above inside your wp-config.php, It will automatically not save even the settings of that File permission are can read and Write.
PROCEDURE:
- First thing to do is to Log In to your Server / Host.
- Open your File Manager or you can Log In to your FTP client. If you�re using an FTP Client, I�ll recommend for you to use Smart FTP Client. This is just a free trial for about 30 days and you can upgrade it.
- Go to the Home of your File Manager and Open wp-config.php. Or if you can�t find wp-config.php on the homepage of your File Manager, You can just search it on the search box at the top of your File Manager.
- First is try to add this lines inside wp-config.php.
/** Enable W3 Total Cache */
define(�WP_CACHE�, true);
You can see there that I erased the // Added by W3 Total Cache. Then if you make a success saving it inside your wp-config.php, Your W3 Total Cache is now enabled and ready to Cache. 
- But if that didn�t work for you and still don�t want to save the File, Copy all the content inside wp-config.php.
- Open NotePad, Paste it on NotePad then add the Code you see above ^.
- Then save that HTML file and upload ( replace the other wp-config.php). Rename it as wp-config.php.
- Refresh your plug in page and you�ll see a Block Quote Plugin Enable.
Note that download first the original wp-config.php to have a back up in case.
0 comentarios:
Post a Comment