#Loqi[preview] [uk3] Hi,
thanks for the pointers. It seems that the solution is quite simple:
```
# .htaccess
<IfModule mod_headers.c>
Header merge Vary "Accept"
</IfModule>
```
Now (since i was able to reproduce it with the hints), it seems to be fixed an...