Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
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
Gelöst! Gehe zu Lösung.
Anhand von Themen werden Community-Inhalte kategorisiert und Sie können so relevanten Inhalt besser finden.
Zugriffe
Antworten
Likes gesamt
@arunpatidar Thanks for the information.
This issue is resolved by rearranging the filter rule in filter.any file.
You can follow the same guideline as robots.txt
You don't need to create a path with ., you can create file with well-know e.g.
/content/Project-name/well-known/security.txt
and map it using rewrite rule
RewriteRule ^/.well-known/security.txt$ /content/Project-name/well-known/security.txt
@arunpatidar Thanks for the information.
This issue is resolved by rearranging the filter rule in filter.any file.
Zugriffe
Likes
Antworten
Zugriffe
Likes
Antworten