witten
/
luminotes
Archived
1
0
Fork 0

Adding rewrite rule for robots.txt.

This commit is contained in:
Dan Helfman 2007-10-19 22:55:00 +00:00
parent 7ebdf4aa26
commit f41b659850
1 changed files with 1 additions and 0 deletions

View File

@ -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]