Postingan

Menampilkan postingan dengan label apache-server

htaccess php cache

http://stackoverflow.com/a/13824262

apache header cache

I recommend using either Cache-Control or Expires headers as needed since they are strong cache headers. jeffatrackaid

Htaccess Disable Cache

htaccess (Apache) RewriteRule Custom Match (PHP)

HTACCESS file: RewriteRule ^(mywork|ajx)(.*)$ index.php?requestroute=$1$2 [QSA,L]