Skip to content

Instantly share code, notes, and snippets.

@Tabrisrp
Created December 20, 2016 18:16
Show Gist options
  • Save Tabrisrp/60a579ae0a358b38c30615f5c9d8011a to your computer and use it in GitHub Desktop.
Save Tabrisrp/60a579ae0a358b38c30615f5c9d8011a to your computer and use it in GitHub Desktop.
<?php
defined( 'ABSPATH' ) or die( 'Cheatin&#8217; uh?' );
/**
* Plugin Name: WP Rocket | Fix 404 error on cached page
* Description: Fix 404 error on cached page.
* Author: WP Rocket Support Team
* Author URI: http://wp-rocket.me/
* License: GNU General Public License v3 or later
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
add_filter('rocket_htaccess_mod_rewrite', '__return_false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment