Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--site/app/webroot/.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/app/webroot/.htaccess b/site/app/webroot/.htaccess
index 6306a01..cd54046 100644
--- a/site/app/webroot/.htaccess
+++ b/site/app/webroot/.htaccess
@@ -8,7 +8,7 @@
RewriteRule ^blocklist/([23])/([^/]+)/([^/]+)/(.+)$ services/blocklist.php?reqVersion=$1&appGuid=$2&appVersion=$3&params=$4 [L]
# robots.txt, generated by cake
- RewriteRule ^robots.txt$ en-US/firefox/pages/robots.txt [L]
+ RewriteRule ^robots.txt$ en-US/sugar/pages/robots.txt [L]
# take that, shitty https: handling!
RewriteCond %{HTTP:Moz-Req-Method} ^HTTPS$ [NC]