aboutsummaryrefslogtreecommitdiff
path: root/docs/en/users/06_Mobile_access.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/users/06_Mobile_access.md')
-rw-r--r--docs/en/users/06_Mobile_access.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/users/06_Mobile_access.md b/docs/en/users/06_Mobile_access.md
index 1becaf324..d635c5620 100644
--- a/docs/en/users/06_Mobile_access.md
+++ b/docs/en/users/06_Mobile_access.md
@@ -30,7 +30,7 @@ See the [page about the Fever compatible API](06_Fever_API.md) for another possi
* With __Apache__:
* If you get *FAIL getallheaders!*, the combination of your PHP version and your Web server does not provide access to [`getallheaders`](http://php.net/getallheaders)
* Turn on Apache `mod_setenvif` (often enabled by default), or `mod_rewrite` with the following procedure:
- * Allow [`FileInfo` in `.htaccess`](http://httpd.apache.org/docs/trunk/mod/core.html#allowoverride): see the [server setup](../admins/02_Installation.md) again.
+ * Allow [`FileInfo` in `.htaccess`](http://httpd.apache.org/docs/trunk/mod/core.html#allowoverride): see the [server setup](../admins/03_Installation.md) again.
* Enable [`mod_rewrite`](http://httpd.apache.org/docs/trunk/mod/mod_rewrite.html):
* With Debian / Ubuntu: `sudo a2enmod rewrite`
* With __nginx__: