[wp-trac] [WordPress Trac] #49176: Wp-admin area / pages are cached WordPress Version 5.3.2
WordPress Trac
noreply at wordpress.org
Sun Jan 12 09:24:01 UTC 2020
#49176: Wp-admin area / pages are cached WordPress Version 5.3.2
--------------------------+------------------------------
Reporter: techjockey | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Resolution: invalid
Keywords: | Focuses:
--------------------------+------------------------------
Comment (by techjockey):
Replying to [comment:3 fierevere]:
Thank you fierevere, i will move to support forum for this. Just to
reply... I have added the code to functions.php and removed following code
from my .htaccess but it still does not resolve the issue.
# DISABLE CACHING
<FilesMatch
"\.(css|flv|gif|htm|html|ico|jpe|jpeg|jpg|js|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 "Mon, 10 Apr 1972 00:00:00 GMT"
</IfModule>
</FilesMatch>
Again, thank you for your guidance, i will seek help from our support
community now.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/49176#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list