summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/setup.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/setup.md b/doc/setup.md
index f01a2ab6b..c955437b2 100644
--- a/doc/setup.md
+++ b/doc/setup.md
@@ -1,12 +1,16 @@
# Setup
+For installation instructions follow `./INSTALL`.
+
+## Fancy URLs
+
Set `$config['index_page'] = '';` in `application/config/config-local.php` and adjust your webserver's rewrite config.
-## Apache
+### Apache
See the shipped htaccess.txt
-## Nginx
+### Nginx
```
location / {
@@ -17,7 +21,7 @@ location @ee {
}
```
-## Lighttpd
+### Lighttpd
```
url.rewrite-if-not-file = ( "^(.*)$" => "/index.php/?$1" )