mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-07-12 16:57:31 +00:00
Create Simple URLs
parent
97bf5e726b
commit
b5a6f02632
10
Simple-URLs.md
Normal file
10
Simple-URLs.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
For simple URLs to work, your web server must be configured correctly.
|
||||||
|
|
||||||
|
## Nginx
|
||||||
|
In nginx.conf:
|
||||||
|
|
||||||
|
```
|
||||||
|
location /punishments {
|
||||||
|
try_files $uri $uri/ /punishments/index.php?$uri&$args;
|
||||||
|
}
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user