/ Published in: Apache
URL: http://www.dzieyzone.com/content/06-13-2010/cookie-free-subdomain-using-htacces-drupal-multisite
Expand |
Embed | Plain Text
<IfModule mod_headers.c> <FilesMatch "\\.(js|css|jpg|png|jpeg|gif)$"> RequestHeader unset Cookie Header unset Set-Cookie Header set Cache-Control "max-age=86400" </FilesMatch> </IfModule>
You need to login to post a comment.
