From d460ab49647035572525ab7abb05f3eb9843b329 Mon Sep 17 00:00:00 2001 From: Ruan Date: Sat, 20 Jun 2020 22:54:38 +0000 Subject: [PATCH] Update Simple URLs --- Simple-URLs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Simple-URLs.md b/Simple-URLs.md index 71402ff..76916df 100644 --- a/Simple-URLs.md +++ b/Simple-URLs.md @@ -25,4 +25,4 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [QSA,L] ``` -4) Visit `/index/` (e.g. "example.com/punishments/index/") and check if it works as expected. \ No newline at end of file +4) Visit `/bans/` (e.g. "example.com/punishments/bans/") and check if it works as expected. \ No newline at end of file