1 Answer
- Newest
- Most votes
- Most comments
1
What happens if you shorten it to this?
[
{
"Condition": {
"KeyPrefixEquals": "groups"
},
"Redirect": {
"HostName": "welcome.net",
"HttpRedirectCode": "301",
"Protocol": "http",
"ReplaceKeyPrefixWith": "groups.html"
}
}
]
If this solves the issue, please choose this as the Accepted Answer so others on re:Post may benefit - Thank you
answered 10 months ago
Relevant content
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 2 months ago
Thanks a lot, that works. The code I provided was filled with placeholders so just did what you suggested and added https to my real code and it is working like I wanted. :)