+
1 1 1
  1. #1
    Status
    Offline
      Rise Company
    Engineering and Technology
    Apr 2014
    Egypt
    4,619
    10

    Nginx Disable Caching in the .htaccess


    Nginx Disable Caching in the .htaccess
    How to Disable Caching in the .htaccess File - htaccess exclude NGINX cache
    Ignore or Exclude specific files or complete folder in NGINX - Nginx, turn off cache for a specific file
    cpanel how to Ignore folder in NGINX - Ignore folder in NGINX - exclude file in NGINX
    Exclude directory from nginx cache - How To Disable NGINX Cache
    How to turn off caching using .htaccess - NGINX, Disable cache in specific folder for a specific file type
    - Disable caching when serving static files with Nginx - Exclude a page from server caching



    :

    Nginx
    :
    .

    :

    htaccess
    htaccess .




    :
    # 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>


    :
    <FilesMatch "\.(css|flv|gif|htm|html|ico|jpe|jpeg|jpg|js|mp3|mp4|png|pdf|swf|txt)$">     
    <IfModule mod_expires.c>         
    ExpiresActive Off     
    </IfModule>     
    <IfModule mod_headers.c>         
    FileETag None         
    Header unset ETag         
    Header unset Pragma         
    Header unset Cache-Control         
    Header unset Last-Modified         
    Header set Pragma "no-cache"         
    Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"         
    Header set Expires "Thu, 1 Jan 1970 00:00:00 GMT"     
    </IfModule> 
    </FilesMatch>

    Whmcs server status


    :
    https://www.a2hosting.com/kb/develop...using-htaccess
    https://www.inmotionhosting.com/supp...sable-caching/
    https://trinitytuts.com/tips/ignore-...-folder-nginx/

    ------------------------------------------------------------------------
    Rise Company for Engineering & Technology
    ------------------------------------------------------------------------
    Web Hosting | Web Designing | E-Marketing

    # 1 Business Services

    Web Hosting - Business Emails

    Web Design - Google Adwords

    www.rise.company | www.rise.company/emails

    :
    ! .



  1. : 0
    : 22-05-2021, 23:03
  2. : 1
    : 03-04-2021, 01:44
  3. disable facebook page review
    Rise Company Facebook
    : 0
    : 02-04-2020, 15:49
  4. disable internet download manager update
    Rise Company Rise Computer
    : 0
    : 06-11-2018, 12:31
  5. Leverage browser caching htaccess
    Rise Company Rise Web
    : 0
    : 25-08-2017, 01:04