Title: cositadmin's Replies | WordPress.org

---

# cositadmin

  [  ](https://wordpress.org/support/users/cositadmin/)

 *   [Profile](https://wordpress.org/support/users/cositadmin/)
 *   [Topics Started](https://wordpress.org/support/users/cositadmin/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cositadmin/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cositadmin/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cositadmin/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cositadmin/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cositadmin/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Super Page Cache] cache not detected](https://wordpress.org/support/topic/cache-not-detected/)
 *  Thread Starter [cositadmin](https://wordpress.org/support/users/cositadmin/)
 * (@cositadmin)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/cache-not-detected/#post-16789583)
 * Also as a part of cleanup I went through our database and WP-Config file and 
   removed all entries from WP Rocket. While I have seen other pages that were not
   updating now are updating. Also I’ve gone and completely uninstalled the Super
   Page Cache plugin and reinstalled it, this page cache not showing is the only
   remaining problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Super Page Cache] cache not detected](https://wordpress.org/support/topic/cache-not-detected/)
 *  Thread Starter [cositadmin](https://wordpress.org/support/users/cositadmin/)
 * (@cositadmin)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/cache-not-detected/#post-16786890)
 * This is what’s currently in the htaccess file
 * >     ```wp-block-code
   >     RewriteOptions inherit
   > 
   >     BEGIN WordPress
   > 
   >     RewriteEngine OnRewriteBase /RewriteRule ^index.php$ - [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]
   > 
   >     END WordPress
   > 
   >     order allow,deny allow from all
   > 
   >     deny from 20.106.252.78deny from 185.221.132.232deny from 20.109.51.143deny from 185.136.205.110deny from 20.38.4.239
   > 
   >     deny from 20.83.59.236deny from 35.236.102.231deny from 38.111.114.211
   > 
   >     php -- BEGIN cPanel-generated handler, do not edit
   > 
   >     Set the “ea-php81” package as the default “PHP” programming language.
   > 
   >     AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
   > 
   >     php -- END cPanel-generated handler, do not edit
   > 
   >     deny from 20.169.228.36
   > 
   >     BEGIN cPanel-generated php ini directives, do not edit
   > 
   >     Manual editing of this file may result in unexpected behavior.
   > 
   >     To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
   > 
   >     For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
   > 
   >     php_flag display_errors On php_value max_execution_time 60 php_value max_input_time 90 php_value max_input_vars 3000 php_value memory_limit 256M php_value post_max_size 128M php_value session.gc_maxlifetime 1440 php_value session.save_path "/tmp" php_value upload_max_filesize 64M php_flag zlib.output_compression Offphp_flag display_errors On php_value max_execution_time 60 php_value max_input_time 90 php_value max_input_vars 3000 php_value memory_limit 256M php_value post_max_size 128M php_value session.gc_maxlifetime 1440 php_value session.save_path "/tmp" php_value upload_max_filesize 64M php_flag zlib.output_compression Off
   > 
   >     END cPanel-generated php ini directives, do not edit
   > 
   >     deny from 195.3.221.95deny from 195.3.221.96deny from 195.3.221.94deny from 195.3.221.1deny from 195.3.221.2/31deny from 195.3.221.4/30deny from 195.3.221.8/29deny from 195.3.221.16/28deny from 195.3.221.32/27deny from 195.3.221.64/27deny from 195.3.221.96/30deny from 195.3.221.100deny from 95.214.55.100/30deny from 95.214.55.104/29deny from 95.214.55.112/28deny from 95.214.55.128/26deny from 95.214.55.192/29deny from 95.214.55.200
   > 
   >     BEGIN WP Cloudflare Super Page Cache
   > 
   >     The directives (lines) between BEGIN WP Cloudflare Super Page Cache and END WP Cloudflare Super Page Cache are
   > 
   >     dynamically generated, and should only be modified via WordPress filters.
   > 
   >     Any changes to the directives between these markers will be overwritten.
   > 
   >     ExpiresActive on ExpiresByType application/xml "access plus 0 seconds" ExpiresByType text/xsl "access plus 0 seconds"Header set Cache-Control "no-cache, no-store, must-revalidate, max-age=0"Header set Cache-Control "no-cache, no-store, must-revalidate, max-age=0"RewriteCond %{REQUEST_URI} ^(.)?/wp-content/wp-cloudflare-super-page-cache/www.myselkirk.ca/debug.log(.)$ RewriteRule ^(.*)$ - [F]Header set Cache-Control "no-cache, no-store, must-revalidate, max-age=0"
   > 
   >     END WP Cloudflare Super Page Cache
   >     ```
   > 
 * The only things I can see are WordPress, Cpanel and the cache plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Super Page Cache] cache not detected](https://wordpress.org/support/topic/cache-not-detected/)
 *  Thread Starter [cositadmin](https://wordpress.org/support/users/cositadmin/)
 * (@cositadmin)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/cache-not-detected/#post-16783759)
 * There are no other cache plugins installed currently, but I decided to check 
   out htaccess file because we had been using WP Rocket previously. I saw there
   was still code from WP Rocket in the htaccess file, so I’ve removed it. I’m still
   not seeing the cache being detected but the error has changed now.
 * > Page caching seems not working for both dynamic and static pages.
   > Error on dynamic page ([https://campground.myselkirk.ca](https://campground.myselkirk.ca)):
   > The plugin is not detected on your home page. If you have activated other caching
   > systems, please disable them and retry the test.
   > Error on static resource ([https://campground.myselkirk.ca/wp-content/plugins/wp-cloudflare-page-cache/assets/testcache.html](https://campground.myselkirk.ca/wp-content/plugins/wp-cloudflare-page-cache/assets/testcache.html)):
   > Unable to find the Cache-Control response header.
 * I see the WP Cloudflare Super Page Cache entry in the htaccess file, there is
   one entry from another plugin after that.
 * > # BEGIN AppPresser CORS 1
   > # The directives (lines) between `BEGIN AppPresser CORS 1` and `END AppPresser
   > CORS 1` are
   > # dynamically generated, and should only be modified via WordPress filters.
   > # Any changes to the directives between these markers will be overwritten.
   > <IfModule mod_rewrite.c>
   > RewriteEngine on
   > RewriteCond %{HTTP:Authorization} ^(.*)
   > RewriteRule ^(.*) – [E=HTTP_AUTHORIZATION:%1]
   > </IfModule>
   > # END AppPresser CORS 1
 * This is from a plugin for Apppresser.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] Increased PHP Requests](https://wordpress.org/support/topic/increased-php-requests/)
 *  Thread Starter [cositadmin](https://wordpress.org/support/users/cositadmin/)
 * (@cositadmin)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/increased-php-requests/#post-10727099)
 * Found the issue, it was just really unfortunate timing with the installation 
   of the Autoptimize.
 * Thanks for your patient reply.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email Subscribers & Newsletters - Email Marketing, Post Notifications & Newsletter Plugin for WordPress] Wrong Unsubscriber Link](https://wordpress.org/support/topic/wrong-unsubscriber-link/)
 *  [cositadmin](https://wordpress.org/support/users/cositadmin/)
 * (@cositadmin)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/wrong-unsubscriber-link/#post-10725306)
 * I’ve had the exact same thing happen with our subscribers. If an email comes 
   out for a new subscriber with the unsubscribe link it’s normal, but all of our
   post updates come out with a similar ridiculously long link.

Viewing 5 replies - 1 through 5 (of 5 total)