Commit 486ce78
committed
docs: clarify htaccess.RewriteBase is a backend path, not public URL
The previous description implied the value should mirror the public URL,
causing users behind a reverse proxy to misconfigure the setting and hit
infinite redirect loops. The value is an Apache RewriteBase directive
and must reflect where Nextcloud is served on the backend (relative to
DocumentRoot), not the public-facing URL prefix.
Split into "Direct setup" and "Reverse proxy" sections with a concrete
example of each, and added a matching note in the Pretty URLs section of
the source installation guide.
Fixes #13428
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>1 parent fdf5de2 commit 486ce78
1 file changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
195 | | - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
196 | 206 | | |
197 | 207 | | |
198 | 208 | | |
| |||
0 commit comments