We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f0985 commit a5491f2Copy full SHA for a5491f2
.htaccess
@@ -28,6 +28,11 @@ ErrorDocument 511 /lec/error/511.shtml
28
AddType application/wasm wasm
29
</IfModule>
30
31
+<Files ~ "¥.htaccess$">
32
+Header add Pragma "no-cache"
33
+Header set Cache-Control no-cache
34
+</Files>
35
+
36
RewriteBase /
37
38
RewriteEngine on
@@ -48,8 +53,3 @@ RewriteRule ^(.*)$ $1.shtml [L]
48
53
49
54
RewriteCond %{THE_REQUEST} \.(shtml|html)\ HTTP
50
55
RewriteRule ^(.*)\.(shtml|html)$ /$1 [R=301,L]
51
-
52
-<Files ~ "¥.(css|htaccess)$">
-Header add Pragma "no-cache"
-Header set Cache-Control no-cache
-</Files>
0 commit comments