Solved
/.well-known/security.txt giving 404 error
Hi Team,
I have a requirement to enable the /.well-known/security.txt for all of my domains, I did added filter rules and rewrite rules for the same but it is blocking at dispatcher end.
/0002 { /type "allow" /method "GET" /url '/.well-known/security.txt' }
RewriteRule /.well-known/security.txt$ /content/Project-name/.well-known/security.txt
Can you suggest the approach to enable it.
Thanks in advance.
Thanks and Regards,
Ashwini