Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save manish-pragma/39532274654f6a42f70af1fc6549700a to your computer and use it in GitHub Desktop.
Save manish-pragma/39532274654f6a42f70af1fc6549700a to your computer and use it in GitHub Desktop.
Angular on S3 rewrite rules
<RoutingRules>
<RoutingRule>
<Condition>
<HttpErrorCodeReturnedEquals>403</HttpErrorCodeReturnedEquals>
</Condition>
<Redirect>
<HostName>example.com</HostName>
<ReplaceKeyPrefixWith>#/</ReplaceKeyPrefixWith>
<HttpRedirectCode>302</HttpRedirectCode>
</Redirect>
</RoutingRule>
</RoutingRules>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment