Can anybody hlp in understanding what are processing profiles and use the use of XMP writeback workflow? Why do we need this workflow? Can I disable it compeletely or for a path, say /content/dam(?!/XXXX/us/en/documents)(/.*)/jcr:content/metadata? what are the implications? This workflow also update...
I am getting following errors while saving some files in dam(through a scheduler job). We have a custom dam update workflow where we have removed the s7 upload step and generate renditions step for these files. Is it safe to remove delete image preview rendition step? is this error because of this s...
Many thanks @arunpatidar . These clientheaders (including 'accept-language') are already allowed/included under /clientheaders. Still, it is not working.
The second link shared is for response headers, which i think wont be required because I want to access the request header.
Do you think there i...
Thanks @arunpatidar for your reply. I am adding this rule in my dispatcher. Can you give any direction how to set and propagate this to apache, as I am a bit new to this area?
Hi,
I am trying to redirect the home page of a website based on the browser language of the user. For doing this, I have put in the following rule which is not working.-
#Redirect for Portuguese language based on HTTP headerRewriteCond %{HTTP:Accept-Language} pt [NC]RewriteCond %{HTTP_HOST} xxx....