Skip to content

Commit 35d3c3c

Browse files
committed
README: explain why it's not htaccess compatible
1 parent 0a75289 commit 35d3c3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Define BOTCHECK_DIR /home/andi/projects/botcheck/apache
1616
Include ${BOTCHECK_DIR}/botcheck.conf
1717
```
1818

19-
Note that this setup does not work in `.htaccess`. Be sure to have the `mod_rewrite` and `mod_headers` modules enabled in Apache.
19+
Note that this setup does not work in `.htaccess` because the `RewriteMap` directive is not allowed there. Be sure to have the `mod_rewrite` and `mod_headers` modules enabled in Apache.
2020

2121
## Allow Lists
2222

0 commit comments

Comments
 (0)