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