Skip to content

Instantly share code, notes, and snippets.

@BHWarrior
Forked from jdevalk/gist:5623050
Created August 25, 2013 08:36
Show Gist options
  • Save BHWarrior/6332716 to your computer and use it in GitHub Desktop.
Save BHWarrior/6332716 to your computer and use it in GitHub Desktop.
location /redirect/ {
rewrite ^/redirect/(.*)$ /redirect/index.php?id=$1 last;
}
@blueprintmrk
Copy link

will it work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment