path correction in image

This commit is contained in:
sandhiya-hepl
2026-07-20 12:12:48 +05:30
parent 728139b69a
commit ee590f8d81
28 changed files with 179 additions and 13 deletions
+5 -2
View File
@@ -5,8 +5,11 @@ RewriteEngine On
# requests /assets/* at domain root instead of /citpl_website/assets/*
<IfModule mod_headers.c>
<FilesMatch "\.(html)$">
Header set Cache-Control "no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
FileETag None
Header unset ETag
Header always set Cache-Control "no-cache, no-store, must-revalidate, max-age=0"
Header always set Pragma "no-cache"
Header always set Expires "0"
</FilesMatch>
</IfModule>