From 20ad8e2a11d901e842d4337c7de0b4f7951cc79a Mon Sep 17 00:00:00 2001 From: Ruan <2369127-ruany@users.noreply.gitlab.com> Date: Tue, 22 Sep 2020 09:04:48 +0000 Subject: [PATCH] Update Simple URLs --- Simple-URLs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Simple-URLs.md b/Simple-URLs.md index 5162097..20dc0d8 100644 --- a/Simple-URLs.md +++ b/Simple-URLs.md @@ -1,6 +1,6 @@ For simple URLs to work, your web server must be configured correctly. -## Nginx +## Nginx (recommended) In nginx.conf: ``` @@ -11,7 +11,7 @@ In nginx.conf: ## 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: ```