diff --git a/Simple-URLs.md b/Simple-URLs.md index 60658ad..230e4f3 100644 --- a/Simple-URLs.md +++ b/Simple-URLs.md @@ -7,4 +7,8 @@ In nginx.conf: location /punishments { try_files $uri $uri/ /punishments/index.php?$uri&$args; } -``` \ No newline at end of file +``` + +## Apache + +TODO \ No newline at end of file