- Joined
- Sep 14, 2019
- Messages
- 679
Hello
Here is part of my htaccess code
Could you plese tell me which is the right format for this piece of code
Either
Header set Cache-Control "no-cache, private"
Or
<IfModule mod_headers.c>
Header set Cache-Control "no-cache, private"
</IfModule>
Ie does the code need to have ifModule brackets?
Here is part of my htaccess code
Could you plese tell me which is the right format for this piece of code
Either
Header set Cache-Control "no-cache, private"
Or
<IfModule mod_headers.c>
Header set Cache-Control "no-cache, private"
</IfModule>
Ie does the code need to have ifModule brackets?