From f41b6598505ac83bd61009b4fe2625a20c7e0ce2 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 19 Oct 2007 22:55:00 +0000 Subject: [PATCH] Adding rewrite rule for robots.txt. --- INSTALL | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL b/INSTALL index 0f10fdb..733f506 100644 --- a/INSTALL +++ b/INSTALL @@ -71,6 +71,7 @@ the following rewrite rules to the settings for your VirtualHost: RewriteEngine on RewriteRule ^/favicon.ico /path/to/luminotes/static/images/favicon.ico [L] + RewriteRule ^/robots.txt /path/to/luminotes/static/html/robots.txt [L] RewriteRule ^/static/(.*) /path/to/luminotes/static/$1 [L] RewriteRule ^(.*) http://127.0.0.1:8081$1 [P]