Update Simple URLs

Ruan 2020-09-22 09:04:48 +00:00
parent 40cca7693b
commit 20ad8e2a11

@ -1,6 +1,6 @@
For simple URLs to work, your web server must be configured correctly. For simple URLs to work, your web server must be configured correctly.
## Nginx ## Nginx (recommended)
In nginx.conf: In nginx.conf:
``` ```
@ -11,7 +11,7 @@ In nginx.conf:
## Apache ## Apache
Note: Untested Note: Untested. This probably doesn't work.
Create a file named `.htaccess` in the same folder as `index.php` with the following contents: Create a file named `.htaccess` in the same folder as `index.php` with the following contents:
``` ```