From b5a6f02632b0af5a0f0b11a4c9aff617f9d4d211 Mon Sep 17 00:00:00 2001 From: Ruan Date: Sat, 20 Jun 2020 22:35:57 +0000 Subject: [PATCH] Create Simple URLs --- Simple-URLs.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Simple-URLs.md diff --git a/Simple-URLs.md b/Simple-URLs.md new file mode 100644 index 0000000..60658ad --- /dev/null +++ b/Simple-URLs.md @@ -0,0 +1,10 @@ +For simple URLs to work, your web server must be configured correctly. + +## Nginx +In nginx.conf: + +``` + location /punishments { + try_files $uri $uri/ /punishments/index.php?$uri&$args; + } +``` \ No newline at end of file