From 4ec7ff575592fa2dfcbc9f74b2470fe10b1c7509 Mon Sep 17 00:00:00 2001 From: mlasasa Date: Mon, 17 Nov 2014 23:54:37 +0100 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 568a0b2..2a66d58 100644 --- a/readme.md +++ b/readme.md @@ -29,7 +29,7 @@ A web server running PHP with sqlite enabled. Developed and tested under Apache2 The server must have `sqlite` and `php5-sqlite` installed, as well as the `rewrite` and `expires` Apache modules. -**Note:** Apache virtual host for a site should have [`AllowOverride All`](http://httpd.apache.org/docs/2.4/mod/core.html#allowoverride) for TaskBoard root directory. Otherwise, .htaccess files will be completely ignored. +**Note:** For Apache v2.3.9 and later, virtual host for a site should have [`AllowOverride All`](http://httpd.apache.org/docs/2.4/mod/core.html#allowoverride) for TaskBoard root directory. Otherwise, .htaccess files will be completely ignored. ###Install Installing TaskBoard is as easy as 1, 2, 3!