Skip to content

Commit f4f6e3f

Browse files
committed
disable caching headers in ap
1 parent e30d470 commit f4f6e3f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

manager/.htaccess

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,12 @@ RewriteRule ^(.*)$ index.php [L,QSA]
1111
<IfModule mod_security.c>
1212
# Turn the filtering engine Off
1313
SecFilterEngine Off
14-
</IfModule>
14+
</IfModule>
15+
16+
<IfModule mod_expires.c>
17+
ExpiresActive off
18+
</IfModule>
19+
20+
<ifModule mod_gzip.c>
21+
mod_gzip_on No
22+
</ifModule>

0 commit comments

Comments
 (0)