Title: lanzilli's Replies | WordPress.org

---

# lanzilli

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Seemingly a Cache issue but Could it be Something else?](https://wordpress.org/support/topic/seemingly-a-cache-issue-but-could-it-be-something-else/)
 *  Thread Starter [lanzilli](https://wordpress.org/support/users/lanzilli/)
 * (@lanzilli)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/seemingly-a-cache-issue-but-could-it-be-something-else/#post-17069869)
 * You Sir, are a Rockstar! The exact blind spot I need light on. With that, I have
   resolved the issue. [@gappiah](https://wordpress.org/support/users/gappiah/) 
   for the win! Thank you, kindly.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Disabling Cache for Users](https://wordpress.org/support/topic/disabling-cache-for-users/)
 *  Thread Starter [lanzilli](https://wordpress.org/support/users/lanzilli/)
 * (@lanzilli)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/disabling-cache-for-users/#post-15954608)
 * Just FYI – The problem was in the name server, not the hosting server. After 
   I flushed the cache there and toggled Cloudflare CDN it was fine.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Disabling Cache for Users](https://wordpress.org/support/topic/disabling-cache-for-users/)
 *  Thread Starter [lanzilli](https://wordpress.org/support/users/lanzilli/)
 * (@lanzilli)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/disabling-cache-for-users/#post-15934409)
 * Thanks [@threadi](https://wordpress.org/support/users/threadi/). So my .htaccess
   file contains:
 * # BEGIN LSCACHE
    # END LSCACHE # BEGIN NON_LSCACHE # END NON_LSCACHE
 * #BEGIN_ADSTXTMANAGER_HTACCESS_HANDLER
    <IfModule mod_rewrite.c> Redirect 301 /
   ads.txt [https://srv.adstxtmanager.com/13069/saltsugarspice.com](https://srv.adstxtmanager.com/13069/saltsugarspice.com)
   </IfModule> #END_ADSTXTMANAGER_HTACCESS_HANDLER
 * # Use PHP70 as default
    AddHandler application/x-httpd-php70 .php <IfModule mod_suphp.
   c> # suPHP_ConfigPath /opt/php70/lib </IfModule>
 * # BEGIN Really Simple SSL Redirect 5.3.1
    <IfModule mod_rewrite.c> RewriteEngine
   on RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteCond %{REQUEST_URI} !wp-
   content\/cache\/(all|wpfc-mobile-cache) RewriteCond %{REQUEST_URI} !^/\.well-
   known/acme-challenge/ RewriteRule ^(.*)$ [https://%](https://%){HTTP_HOST}/$1[
   R=301,L] </IfModule> # END Really Simple SSL Redirect # BEGIN WordPress # The
   directives (lines) between “BEGIN WordPress” and “END WordPress” 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 RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
   RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-
   f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule
   >
 * # END WordPress
 * # php — BEGIN cPanel-generated handler, do not edit
    # Set the “ea-php74” package
   as the default “PHP” programming language. <IfModule mime_module> AddHandler 
   application/x-httpd-ea-php74___lsphp .php .php7 .phtml </IfModule> # php — END
   cPanel-generated handler, do not edit`
 * Should I delete everything in there and only replace it with that first snippet
   in your link?
 *     ```
       # BEGIN WordPress
   
       RewriteEngine On
       RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
   
       # END WordPress
       ```
   
 * What if I also used this:
 *     ```
       # DISABLE CACHING
       <IfModule mod_headers.c>
           Header set Cache-Control "no-cache, no-store, must-revalidate"
           Header set Pragma "no-cache"
           Header set Expires 0
       </IfModule>
       ```
   
 * obtained from: [https://www.a2hosting.com/kb/developer-corner/apache-web-server/turning-off-caching-using-htaccess](https://www.a2hosting.com/kb/developer-corner/apache-web-server/turning-off-caching-using-htaccess)
 * WP Fastest Cache is definitely deactivated. I have Prevent Browser Caching plug-
   in installed and active but suppose to be working to prevent caching, which it’s
   not doing. I’ll probably uninstall.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Disabling Cache for Users](https://wordpress.org/support/topic/disabling-cache-for-users/)
 *  Thread Starter [lanzilli](https://wordpress.org/support/users/lanzilli/)
 * (@lanzilli)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/disabling-cache-for-users/#post-15934276)
 * Thank you [@threadi](https://wordpress.org/support/users/threadi/) .. would you
   mind elaborating on “look into the .htaccess file, if there are any caching entries”?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Paginate] WP-Paginate – DOA. Can’t get it running. Details inside:](https://wordpress.org/support/topic/wp-paginate-doa-cant-get-it-running-details-inside/)
 *  Thread Starter [lanzilli](https://wordpress.org/support/users/lanzilli/)
 * (@lanzilli)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/wp-paginate-doa-cant-get-it-running-details-inside/#post-11965187)
 * Many thanks [@alanp57](https://wordpress.org/support/users/alanp57/). I copied
   and pasted your message to the theme support. It did say that the WP-Paginate
   plugin was successfully tested with my theme version.

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