mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-07-11 16:27:30 +00:00
Update Simple URLs
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.
|
Loading…
x
Reference in New Issue
Block a user