• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

How to override htaccees file for cache control header

phpapache.htaccesscodeigniterbrowser-cache


PHP Snippet 1:

    Header append Cache-Control ""
    Header edit Cache-Control "^$" "private, no-store, no-cache, must-revalidate, max-age=0"
    Header append Pragma ""
    Header edit Pragma "^$" "no-cache"

Related Snippets

Display the default discounted price and percentage on Woocommerce products

getting error while enter Command => php artisan route:list

Select option menu read from database and use it's values

enroll_table three field fetch to payment form to create payment field in laravel 5.5

Explain how this array transposing and flattening function works

How to Generate PDF invoice to XML format using mPDF

Adding multiple items to WooCommerce cart at once

Smarty: undefined extension class 'Smarty_Internal_Method_Get_Template_Vars'

Why does array_map() with null as callback create an "array of arrays"?

Laravel SQL query midnight time not showing

how to make my own auto increment in php?

correct PHP headers for pdf file download

Insert multidimensional array to codeigniter cart

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'posts.post' doesn't exist

PHP random string generator

About Contact Privacy policy Terms and conditions