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: ```