WordPress Caching Rewrites Updated on August 16, 2021 by InMotion Hosting Contributor 0 Minutes, 42 Seconds to Read WordPress Caching Below are the steps to fix the re-writes for both plugins, WP Super Cache and W3 Total Cache. WP Super Cache Re-Writes Go into your File Manager after logging into your cPanel. Please make sure you have Show hidden files checked. Find your .htaccess in the document root of the website in question. Edit the file and make sure only the parts between “# BEGIN WordPress and # END WordPress” are showing, example below. # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress Save the file. WP Total Cache Re-Writes Log into your WordPress dashboard. Go to the W3 Total Cache general settings page. Scroll down to Miscellaneous. Make sure the box is checked next to “Verify rewrite rules”. Click the Save All Settings button. Share this Article InMotion Hosting Contributor Content Writer InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals! More Articles by InMotion Hosting Related Articles How to Create and Edit Pages and Posts in WordPress What is the Difference Between Pages and Posts in WordPress How to Add Videos to WordPress How to Create and Add a Logo To WordPress How to Use a Custom Paypal Button in Your Website How to Track WordPress Vulnerabilities With WPScan How to Redirect WordPress Posts After Changing Permalinks W3 Total Cache – Guide to WordPress Caching How to Globally Change the Font in WordPress Create a Footer for WordPress