• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
Simplify

Simplify

Wordpress Development

  • Blog
  • Form Examples
  • Contact Us

Caching

WordPress Disable all caching via htaccess

<IfModule mod_headers.c>
  <FilesMatch ".(js|css|xml|png|jpg|jpeg|html)$">
    Header set Cache-Control "private"
  </FilesMatch>
</IfModule>

Source

Filed Under: Caching, WordPress Development October 6, 2023 Leave a Comment

Exclude page from caching via .htaccess

# EXCLUDE URI's from caching
<If "%{THE_REQUEST} =~ m#/page_name#">
  <IfModule mod_headers.c>
    Header set Cache-Control "private"
  </IfModule>
</If>

Filed Under: Caching, WordPress Development May 22, 2023 Leave a Comment

Primary Sidebar

Categories

  • Affinipay
  • ApproveMe.com
  • Caching
  • Development
  • Genesis Framework
  • GIT
  • Gravity Forms
  • Gravityflow
  • GravityView
  • HubSpot
  • IDE's
  • Integrations
  • Javascript
  • LegalSigning
  • MemberPress
  • Oncehub
  • PHP Storm
  • SiteGround Management
  • Slack
  • Stripe
  • Stripe
  • Testing
  • Troubleshooting
  • Uncategorized
  • User Functionality
  • Visual Code
  • Web Development
  • Website Maintenance
  • WordPress Development
  • WP Webhook Pro

Footer

Design

With an emphasis on typography, white space, and mobile-optimized design, your website will look absolutely breathtaking.

Learn more about design.

Content

Our team will teach you the art of writing audience-focused content that will help you achieve the success you truly deserve.

Learn more about content.

Strategy

We help creative entrepreneurs build their digital business by focusing on three key elements of a successful online platform.

Learn more about strategy.

Copyright © 2023 · Genesis Sample on Genesis Framework · WordPress · Log in