summaryrefslogtreecommitdiffstats
path: root/docs/manual/howto/htaccess.html.en
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/howto/htaccess.html.en')
-rw-r--r--docs/manual/howto/htaccess.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/howto/htaccess.html.en b/docs/manual/howto/htaccess.html.en
index 2751ddd2dd..496281a7e1 100644
--- a/docs/manual/howto/htaccess.html.en
+++ b/docs/manual/howto/htaccess.html.en
@@ -378,7 +378,7 @@ Options +IncludesNoExec -ExecCGI<br />
set such that your configuration directives are being honored. Make
sure that you don't have a <code>AllowOverride None</code> in effect
for the file scope in question. A good test for this is to put garbage
- in your <code>.htaccess</code> file and reload. If a server error is
+ in your <code>.htaccess</code> file and reload the page. If a server error is
not generated, then you almost certainly have <code>AllowOverride
None</code> in effect.</p>