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