How to set up Cookieless domain?

lsfoo

Administrator
#2
What kind of set up are you looking to do?

I guess I am a little confused about what extra configuration needs to be done, if everything is served as a static file.
 
#3
I wonder if I need to set up something like this:

<FilesMatch "\.(js|css|jpg|png|jpeg|gif|xml|json|txt|pdf|mov|avi|otf|woff|ico|swf)$">
RequestHeader unset Cookie
Header unset Cookie
Header unset Set-Cookie
</FilesMatch>

Is this necessary or OLS will handle everything without these settings?
 
Top