From f0ffa66f6536d2758e1960d252ef460ca2dea111 Mon Sep 17 00:00:00 2001 From: Giovanni Bassi Date: Sat, 26 Oct 2013 15:11:01 -0200 Subject: [PATCH] allowing some account urls on robots.txt, #138 --- public/robots.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/robots.txt b/public/robots.txt index 06045c5..3a61e07 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -2,3 +2,7 @@ User-agent: * Disallow: /admin Disallow: /account Disallow: /siteAdmin +Allow: /account/register +Allow: /account/login +Allow: /account/resetPassword +Allow: /account/changePassword