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 an Admin Account in WordPress via MySQL Create a Footer for WordPress How to Create a Gallery in WordPress without a Plugin How to Disable the WP-Cron (wp-cron.php) in WordPress How to Change Your Site URL in Your WordPress Admin Dashboard W3 Total Cache – Guide to WordPress Caching WordPress – Changing the Site URL and Home Settings How to Globally Change the Font in WordPress How to Install WordPress using Softaculous Cleaning Up Old Post Metadata in WordPress