Skip to content

Instantly share code, notes, and snippets.

@mertcangokgoz
Last active January 23, 2019 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mertcangokgoz/9577876d4f537fd0977796d1fd7756fa to your computer and use it in GitHub Desktop.
Save mertcangokgoz/9577876d4f537fd0977796d1fd7756fa to your computer and use it in GitHub Desktop.
rewrite ^(.*).html$ https://xxxxx.com/$2(.*) permanent;
rewrite ^(/.+)\.html$ $1 permanent;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment