Blount/AlerteLeboncoin/master/www/feed/.htaccess - Htaccess File

Blount/AlerteLeboncoin/master/www/feed/.htaccess

AddType application/xml .rss
<IfModule mod_expires.c>
    ExpiresActive On
    ExpiresDefault "now"
</IfModule>
<IfModule mod_headers.c>
    Header append Cache-Control "no-cache, must-revalidate"
    Header set Pragma "no-cache"
</IfModule>

On Github License

Files

Download PDF of Htaccess file
no-cache, Pragma

Comments

Apache