From 2d2ed459d8e68f98d88dd4b91c26209e04563be0 Mon Sep 17 00:00:00 2001 From: Ruan <2369127-ruany@users.noreply.gitlab.com> Date: Wed, 1 Dec 2021 05:31:15 +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 813f513..0bdc0ea 100644 --- a/Simple-URLs.md +++ b/Simple-URLs.md @@ -23,7 +23,7 @@ RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^inc/(.*) - [NC,L] -RewriteRule ^(.*) "index.php?a=$1" [QSA,L] +RewriteRule ^(.*) "index.php?$1" [QSA,L] ``` Visit `/bans/` (e.g. "example.com/punishments/bans/") and check if it works as expected. \ No newline at end of file