Skip to content

Instantly share code, notes, and snippets.

@maxhungry
Created March 15, 2015 20:32
Show Gist options
  • Select an option

  • Save maxhungry/b55f9351ac4bc9dbb8e9 to your computer and use it in GitHub Desktop.

Select an option

Save maxhungry/b55f9351ac4bc9dbb8e9 to your computer and use it in GitHub Desktop.

Revisions

  1. maxhungry created this gist Mar 15, 2015.
    11 changes: 11 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    <RoutingRules>
    <RoutingRule>
    <Condition>
    <HttpErrorCodeReturnedEquals>404</HttpErrorCodeReturnedEquals >
    </Condition>
    <Redirect>
    <HostName>le-domain.com</HostName>
    <ReplaceKeyPrefixWith>#/</ReplaceKeyPrefixWith>
    </Redirect>
    </RoutingRule>
    </RoutingRules>