Cleaning up some stuff, added some rewrites
This commit is contained in:
parent
fa408978fd
commit
44f0139e13
4 changed files with 20 additions and 1 deletions
|
@ -42,6 +42,9 @@ server
|
|||
break;
|
||||
}
|
||||
|
||||
# Accommodate UID's in the URI
|
||||
rewrite ^/(.+)/(\d+)$ /index.php?request=$1&uid=$2 last;
|
||||
|
||||
# and the rest
|
||||
rewrite ^/(.+)$ /index.php?request=$1 last;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue