Update Simple URLs

Ruan 2021-12-01 05:31:15 +00:00
parent d6e59b5790
commit 2d2ed459d8

@ -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.