--- htref	2012-05-17 14:07:31.747551084 +0100
+++ .htaccess	2012-05-17 14:04:35.131540835 +0100
@@ -97,11 +97,15 @@
   # uncomment the following line:
   # RewriteBase /
 
+  # Add rewrite rule to force robots.txt to Drupal, allowing robotstxt module to handle
+  RewriteRule ^robots.txt index.php?/$1$2 [L,QSA]
+
   # Pass all requests not referring directly to files in the filesystem to
   # index.php. Clean URLs are handled in drupal_environment_initialize().
   RewriteCond %{REQUEST_FILENAME} !-f
   RewriteCond %{REQUEST_FILENAME} !-d
   RewriteCond %{REQUEST_URI} !=/favicon.ico
+
   RewriteRule ^ index.php [L]
 
   # Rules to correctly serve gzip compressed CSS and JS files.
