User Tools

Site Tools


config:htaccess

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
config:htaccess [2011/08/19 09:15]
d2a [Force no-www / www] remove incorrect apostrophe
config:htaccess [2011/08/19 09:21]
d2a [Optimization] additional htaccess info to counter caching of admin pages
Line 78: Line 78:
 Thanks to [[http://​daverupert.com/​2010/​06/​web-performant-wordpress|Dave Rupert]] for the code that was originally created for WordPress. Thanks to [[http://​daverupert.com/​2010/​06/​web-performant-wordpress|Dave Rupert]] for the code that was originally created for WordPress.
  
 +Depending on your setup you may need to add the following lines, to prevent caching of the admin pages, and the edited pages therein:
  
 +<​code><​FilesMatch "​\.(php)$">​
 +    <​IfModule mod_expires.c>​
 +        ExpiresActive Off
 +    </​IfModule>​
 +    <​IfModule mod_headers.c>​
 +        Header set Cache-Control "​private,​ no-cache, no-store, proxy-revalidate,​ no-transform"​
 +    </​IfModule>​
 +</​FilesMatch></​code>​
  
config/htaccess.txt ยท Last modified: 2013/04/19 15:04 (external edit)